anne-glerum
anne-glerum
As can be seen in the screen output of the two tests in #5531, switching on the DG limiter when using an iterative Advection scheme halts the nonlinear solver convergence....
See #5529. This PR adds two tests, one without the DG limiter, and one with, to test the combination of an iterated Advection scheme with DG composition. These tests also...
I cannot find a test with both discontinuous Galerkin temperature and/or composition (with or without the DG limiter) in combination with an iterative Advection scheme, even though there are no...
Extract the surface mesh from the volume mesh and output it to vtk for visualizing things like the heat flux on the free surface, as discussed with @bangerth
When prescribing a mesh deformation rate through the `function` plugin, the velocity always has to be given in m/s, even if `Use years in output instead of seconds = true`....
This PR adds a cookbook that describes several plugins for creating initial conditions for setups of continental rifting. ### For all pull requests: * [x] I have followed the [instructions...
At the moment, I cannot compile current main on my cluster against deal.II 9.5.2. A commit from before the hack (af08b99857c0a9c18f7134ffbae5c43cfcfa861b) does compile. I found out while trying to install...
As described in https://github.com/geodynamics/aspect/issues/5994, this PR corrects the velocity that is used to determine whether a boundary is an in- or outflow boundary by subtracting the mesh velocity. Otherwise some...
@Kaili270 and I ran into a curious error that only occurs in Release mode, only in 3D, and only for certain combinations of X mesh extent and X mesh repetitions....
By default, fixed temperature boundary conditions are prescribed on both the inflow and outflow parts of the user-selected boundaries. For compositional fields, the default is to only prescribed values on...