anne-glerum
anne-glerum
@tjhei any insight?
Reopened, because we ran into this problem again with a different setup, as discussed in the user meeting. The error goes away when we undo #2780 .
@bangerth Out of curiosity, have you given this any more thought?
After talking to @bangerth, it might be worth finishing these PRs: * #4061 * #4054 The discussion in #4054 concerns the duplication of code, i.e., each volume mesh postprocessor will...
The `topography` post processor has an option to write the surface topography to file for x,y surface coordinates. Would that be sufficient?
`export HOME=$HOME/bin/bin:$PATH` should be `export PATH=$HOME/bin/bin:$PATH` right?
After discussion with @cedrict, the naming of the postprocessor is okay. For incompressible elasticity, it is also okay to add the stress contribution to the shear stress tensor, instead of...
@bangerth I have not had time to look into this further, I'll get back to it in a week.
Hi @gassmoeller, I see two reasons for asking the user to set the field type specifically: 1. When elasticity is disabled, fields of type stress are at the moment not...
Thanks for looking in to this Rene. In trying to understand what's going on again, I've listed pseudo-code that summarizes when what residual is being computed: 1. **solve_iterated_advection_and_stokes()** initial_composition_residual =...