anne-glerum
anne-glerum
Create a copy of the current_linearization_point at the beginning of each timestep to compute compositional reaction_terms for fields that are updated in an iterative Advection scheme. I'd like to discuss...
This PR provides the option to also output the solution variables on the surface of the mesh. Discussion in #4054 should be settled to be able to finish this PR....
This PR adds a postprocessor that outputs the strain rate tensor on the surface of the mesh. ### For all pull requests: * [x] I have followed the [instructions for...
At the moment, trying to compile the current ASPECT main against deal.ii dev from 24 June fails in two places: ``` /home/bbpanneg/software/aspect/test_aspect_dev_07102022/aspect/source/postprocess/visualization.cc:620:20: error: ‘class dealii::DataOutFaces’ has no member named ‘write_deal_II_intermediate_in_parallel’;...
At the moment, when one sets `Enable elasticity` to true in `Formulation`, while using a Material model that does not support elasticity, ASPECT will crash with an unhelpful error while...
No need to review - here as a starter for @yingyil06 to continue. The PR will add Case 2a of the kinematically driven 2d subduction cookbook. ### For all pull...
Compositional field types do not have to be specified; if they are not specified, they get the type 'unspecified' and ASPECT tries to deduce their type from their name. A...
Follow-up to #5523 as suggested by @bangerth to test if something breaks when face properties for DG are only set when the FE method is specified for a compositional field....
Found during #5542 For example in the rheology model friction_models, functions need to be provided for all compositional fields, even if they do not represent chemical compositions. Now that most...
In the diffusion_dislocation material model parameters are declared that are also declared in the underlying rheology models. They can be removed from the material model.