Menno Fraters
Menno Fraters
I have run into an issue with the GMG and DC Picard (and by extension the Newton solver). In short, `single Advection, iterated Stokes` with gmg works, `single Advection, iterated...
This pull request would add an option to cmake to check the code with clang tidy, and even has the option to automatically fix a lot of the issues it...
This is part one of adding CPO to aspect (see issue #3885). I am not entirely sure what the best approach is to get this all merged, so I tried...
This pull request changes how the world builder is build from an directly taking to source files to using the CmakeLists.txt of the world builder itself to build it. It...
Since one of my pull requests (#3725) had a problem with the unity build together with the world builder, I though I would explorer the unity groups. They require the...
This pull request adds the option for the user to mask compositional fields from use in the volume fraction calculation in the visco plastic material/rheology model (setting the volume fraction...
Adds a particle property plugin to compute the Bingham average for the CPO particle properties. This implementation is based on https://github.com/geodynamics/aspect/pull/4978, so this should not be merged until that one...
Add initial D-Rex code as close as possible to the ASPECT CPO/ D-Rex paper, but with a different random number generator. This also already include the fabric selector based on...
This pull request adds a post-processor to output relevant CPO information. This implementation is based on #4978, so this should not be merged until that one is. It is ready...
Lattice/Crystal Preferred Orientation (LPO/CPO, they are different names for the same) is a useful tool to be able to compare against seismic anisotropy data, and can give us a more...