JuliaGeodynamics / LaMEM.jl

Julia interface to LaMEM (Lithosphere and Mantle Evolution Model)
GNU General Public License v3.0
24 stars 12 forks source link

Missing keywords to activate PhaseTransitions #29

Closed boriskaus closed 5 months ago

boriskaus commented 5 months ago

PhaseTransitions were inactive because a keyword was not set. On the occasion, a few additional missing keywords were added & I made "rk2" the default advection scheme (which was reported to work better by @NicolasRiel).

Fixes issue #26

NOTE: there was also an issue in LaMEM which made phase transitions to be inactive when Phase==0 was selected. See here. This PR fixes that, which should be integrated in version 2.1.4. As a workaround, avoid using phase=0 for the mantle etc.