Replies: 1 comment
-
Hi Albert, The modify_domain function is used to modify the domain after a time threshold. Is that what you really want to do? And sure, we can discuss it in the monthly meeting. My best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, here Albert!
I am trying to model fibrosis by percolation, setting specific cells to inactive (grid_cell->active = false;).
I am using [modify_domain].
But even with a very low percentage of percolation (5%), the simulation freezes without returning an error. When analyzing the Transmembrane Voltage values in the last time step computed, some cells present either very big (>100 mV) or very low values (-200mV), eventually yielding NaNs in the cellular model.
This seems an issue with boundary conditions. Maybe we could discuss it in our monthly meeting?
Many thanks,
Albert
Beta Was this translation helpful? Give feedback.
All reactions