- Dec 11, 2020
-
-
- 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.
-
- Jul 17, 2020
-
-
Markus Holzer authored
-
- Jul 14, 2020
-
-
Sebastian Eibl authored
Since MSVC only has beta support for OpenMP 2.0 firstprivate cannot be used for these compilers. However, firstprivate is necessary for a reasonably safe implementation of OpenMP in MESA-PD. The solution is to move OpenMP support to the generator and disable OpenMP for the checked in version. The waLBerla OpenMP guards are removed as they are no longer needed. It is now assumed that if MESA-PD is generated with OpenMP support it is about to be used. If OpenMP is disabled with CMake warnings will pop up about undefined pragmas.
-
Stephan Seitz authored
Defining this function in a header without inline/static specifier may lead to ODR violations.
-
- Jul 10, 2020
-
-
- Jul 06, 2020
-
-
Dominik Thoennes authored
-