brendanjmeade / celeri

Next generation earthquake cycle kinematics
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Fixed multiple mesh plotting #88

Closed jploveless closed 2 years ago

jploveless commented 2 years ago

Previously in celeri_vis.py, mesh geometries were looped across, but the subset of slip component values was not extracted, so it would fill the triangles using values 0:meshes[i].n_tri for all meshes. Now the subset is taken and slip rates look good! Still need to figure out edge constraints, as those don't seem to be respected. If anything it seems like no-slip conditions are being applied regardless of settings.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

brendanjmeade commented 2 years ago

This is fantastic @jploveless! It feels so good to see these distributions again.