geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
223 stars 235 forks source link

Implementation of temperature activated strain softening #5764

Closed cedrict closed 4 months ago

cedrict commented 4 months ago

The basic idea is to only authorize strain softening for a given range of temperatures, parameterized by T0,T1,T2,T3 (see figure in strain_dependent.cc. A colleague of mine and myself need this feature for an article (in prep). Once the basic structure of the code will be validated, I will add a test.

cedrict commented 4 months ago

@gassmoeller I believe I have addressed all your comments.

gassmoeller commented 4 months ago

There is no new commit since my review. Did you forget to push? There is also a conflict with main that needs to be resolved, maybe that blocked your push.

cedrict commented 4 months ago

@gassmoeller hi, I guess I forgot to push indeed, weird... thanks for bringing this up

cedrict commented 4 months ago

@gassmoeller hope this is all good now

gassmoeller commented 4 months ago

/rebuild