naliboff
naliboff
@sibiaoliu pointed out in the ASPECT forums ([link](https://community.geodynamics.org/t/problem-with-update-strain-rheology/3057/6)) that the continental extension cookbook crashes when run with a recent version of ASPECT (version 2.6.0-pre (master, 69faf2563)) and deal.II 9.4.2. The...
While updating the continental extension bookmark (see attached PRM), I found that switching between using continuous and discontinuous compositional fields (`set Use discontinuous composition discretization =` `true` or `false`) in...
Supersedes #3119, but is only open now for discussion and testing. @cedrict @tjhei @bobmyhill - The PR contains a working example (it runs). The code can be cleaned up quite...
A python script to correctly convert viscous flow prefactor terms from experimental studies such that they are internally consistent with ASPECT's rheological conventions and assumptions. @bobmyhill @jdannberg @anne-glerum @cedrict -...
While building deal.II via candi on recent arm-based mac (Sonoma 14.5), I ran into the following error while compiling deal.II 9.5.2 (i.e., it made it through installation of the other...
This post is a follow-up from a related series of issues and pull requests (#4370, #4563, #6002) that discuss solver failure or solution divergence for different combinations linear (`AMG`, `GMG`)...
[Per this post on the forum](https://community.geodynamics.org/t/boundary-velocity-flow-in-at-bottom-leads-to-a-failure-of-convergence/3627/4), it is not clear from the manual that if one does not specify a boundary conditions (velocity or traction) for a given boundary, it...
This PR updates the continental extension cookbook to use a number of features that improve the (1) performance (speed) and accuracy of the simulation and (2) make the PRM file...
An initial step towards adding the option to use the `multicomponent_compressible` EOS in the visco_plastic material model. In theory no functionality has changed with the initial commit and the goal...