- Dec 19, 2020
-
-
- Dec 18, 2020
-
-
- Dec 17, 2020
-
-
also clean up some old leftovers nearby
-
- Dec 11, 2020
-
-
- Dec 10, 2020
-
-
Christian Vögl authored
-
Sebastian Eibl authored
-
- Dec 09, 2020
-
-
Sebastian Eibl authored
- checking order of integrator - checking energy conservation - added semi implicit euler - improved documentation - playground for integrator analysis
-
- Nov 24, 2020
-
-
- Oct 30, 2020
-
-
- Oct 29, 2020
-
-
Lukas Werner authored
-
- Oct 27, 2020
-
-
-
Lukas Werner authored
-
Lukas Werner authored
-
- Oct 23, 2020
-
-
Sebastian Eibl authored
-
- Oct 22, 2020
-
-
Christoph Rettinger authored
-
- Oct 16, 2020
-
-
Lukas Werner authored
-
-
Lukas Werner authored
-
- Oct 15, 2020
-
-
Christoph Schwarzmeier authored
-
- Oct 13, 2020
-
-
- Oct 05, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Sebastian Eibl authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
It is not needed because deprecations are compiler warnings and should not be ignored anyway. Also, no need to export WARNING_DEPRECATED to the C++ code.
-
Michael Kuron authored
Our own wrappers was only used in one place anyway and did not all allow for specify a reason string.
-
Stephan Seitz authored
-
- Oct 03, 2020
-
-
Stephan Seitz authored
-
- Sep 30, 2020
-
-
Michael Kuron authored
-
- Sep 07, 2020
-
-
Michael Kuron authored
-
Stephan Seitz authored
-
- Sep 05, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Aug 05, 2020
-
-
Stephan Seitz authored
DistanceComputations.h uses logging macros but does not include the header unconditionally.
-
Stephan Seitz authored
nrOfGhostLayers_ is unsigned while all cell_idx_t calculations are signed.
-
- Aug 04, 2020
-
-
Michael Kuron authored
-
- Aug 03, 2020
-
-
Michael Kuron authored
If a process started by mpiexec finishes too quickly, sometimes some of the other processes are not started. It is unclear whether this is an OpenMPI or macOS bug, but appears significantly more often since moving from macOS 10.13 to 10.15. OpenMPI 4.0.1 and 3.0.0 both show the issue on macOS 10.15.
-
- Jul 23, 2020
-
-
Michael Kuron authored
The two-argument version was removed late in the standardization process
-
- Jul 20, 2020
-
-
Sebastian Eibl authored
If load balancing changes the neighborhood, caching of receive buffers can lead to dead locks.
-