UniMainzGeo / LaMEM

LaMEM (Lithosphere and Mantle Evolution Model) - a 3D parallel code to simulate geodynamic and geomechanical processes
MIT License
50 stars 16 forks source link

added names for stages #10

Closed IskanderI closed 10 months ago

IskanderI commented 10 months ago

Added names for stages in LaMEM.cpp before starting forward and inverse part of the code.

boriskaus commented 10 months ago

thanks - can you update the version to 2.1.3?

boriskaus commented 10 months ago

in addition, I noticed that in your previous PR, you didn't log the initialisation stage. That is important as this is where the initial thermal solver runs, so please put the "Thermal solver" around:

ierr = LaMEMLibInitGuess(lm, snes); CHKERRQ(ierr);

perhaps rename it to "initial guess"