Sebastian Wolf
Sebastian Wolf
**Describe the bug** When I use perfctr with the marker API, I only get measurement results for the first thread, but zeros for all other threads. **To Reproduce** * The...
Addressing more of the comments in #625
Sulawesi testcase from Training repository 214690 elements SeisSol elastic O6 dr/cpp (9901e229) and master (c952a4a9) with the same quadrature rule (Stroud, 49 points per face) 4 nodes of SuperMUC-NG ```...
This PR is supposed to start a discussion about how we name our parameters. All in all it is a big mess: * `paramters.par` is case-insensitive * `fault.yaml`/`material.yaml` is case-sensitive...
This PR fixes multiple simulations. Before that, it was not possible to compile SeisSol with `NUMBER_OF_FUSED_SIMULATIONS` > 1. * Added support for Haswell, this is not optimised or tuned, just...
We need to introduce the changes from #536 into dr/cpp.
**Describe the bug** When I run a simulation with different fault output sampling rate, I get different results for `Vr`. **Expected behavior** The output at a specific time should not...
**Describe the bug** If I build SeisSol as Debug some variables get optimized out. **Expected behavior** No variables get optimized out in Debug builds. **To Reproduce** Steps to reproduce the...
Implements material averaging for elastic and viscoelastic materials, as presented in Marius' bachelor thesis: https://mediatum.ub.tum.de/node?id=1664043
**Describe the bug** The cookbook is outdated. It contains a lot of steps that are not needed any more. **Expected behavior** The cookbook in the documentation should reflect the most...