-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ca2+ example run and add submit scripts for HPC cluster #6
Conversation
af55724
to
3ec39fb
Compare
Finsberg/submit scripts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks and sorry again about the mess.
I went back into the file, should run as intended now. The initial condition with the "NMDAR" species needed to be set according to the facet markers from the mesh file. Right now, the method I used to do this is very inefficient, so please suggest any changes there if possible. The goal is to simply set NMDAR to 1.0 at all the locations where the facet marker is 11 (should be zero everywhere else) |
Added timers, see RangamaniLabUCSD/smart#151 |
" \"time_precision\": 8,\n", | ||
" \"use_snes\": True,\n", | ||
" \"print_assembly\": False,\n", | ||
" # \"print_assembly\": False,\n", | ||
" }\n", | ||
")\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @finsberg , can add extra config setting for enforcing mass conservation. (could test with vs. without)
configCur.flags.update({"enforce_mass_conservation": True})
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added option in a38c65f
Make ca2+ example run and add submit scripts for HPC cluster
Make ca2+ example run and add submit scripts for HPC cluster
z_PSD
which is needed later)integratedDomain
integrateDomain = d.MeshFunction("size_t", spine_mesh, 2, facet_markers_orig)
didn't make sense whenfacet_markers_orig
was also aMeshFunction
print_assembly
from config