Rene Gassmoeller
Rene Gassmoeller
When I use cmake to make the pdf manual like so: ``` cmake . make documentation ``` I get the following error no matter if my build directory is in-source...
The 'spherical constant' boundary temperature and composition plugins currently does a lot of string comparisons when returning the boundary values, so many that they show up when profiling instantaneous models....
I think this fixes a bug in the latent heat material model. If you compare this way to compute the pressure_depth_derivative with the one in line 114 in the same...
The TACC systems Stampede2 and Frontera support running singularity containers. This is a preliminary Docker image that uses their base images. They run successfully in parallel on Frontera across nodes....
As discussed yesterday with @tjhei we (@jdannberg, @RanpengLi and myself) are investigating a problem that looks like a MPI dead lock inside the GMG preconditioner. We are still working to...
Our particle interpolators support interpolating more than one property per call, but the calling side in the Simulator class does not make use of this. Instead we call one interpolation...
This was mentioned by @tjhei. Our github action that builds the docker container for the official ASPECT dev version is occasionally cancelled (like here: https://github.com/geodynamics/aspect/actions/runs/3129691411/jobs/5079085394). I investigated and noticed that...
@alarshi, @jdannberg and myself are experiencing convergence issues with the GMG preconditioner in spherical shell models with sharp viscosity variations at the boundary (AMG converges for the same models). I...
This is a preliminary PR that can create a docker image that runs on TACC Stampede2. So far I have it only running on a single node, and unfortunately the...
It should be possible to add a github action workflow for windows (using the rayleigh devel docker container merged in #292), which would be adding a test for the container...