- Mar 29, 2021
-
-
Christoph Rettinger authored
-
- Mar 25, 2021
-
-
Sebastian Eibl authored
-
- Mar 08, 2021
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Mar 03, 2021
-
-
Sebastian Eibl authored
-
- Feb 12, 2021
-
-
Sebastian Eibl authored
-
- Feb 10, 2021
-
-
Sebastian Eibl authored
-
- Feb 09, 2021
-
-
- Feb 05, 2021
-
-
Sebastian Eibl authored
-
- Feb 04, 2021
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Feb 03, 2021
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jan 12, 2021
-
-
Sebastian Eibl authored
-
- Jan 07, 2021
-
-
Sebastian Eibl authored
-
- Dec 28, 2020
-
-
Some optional components use Boost MultiArray and PropertyTree, so we still include the headers if available. We also still search std::experimental for any, filesystem and optional because some otherwise C++17-compliant compilers did not support them in std until recently.
-
- Dec 18, 2020
-
-
Sebastian Eibl authored
-
- Dec 17, 2020
-
-
Sebastian Eibl authored
The default target of \file is the current file.
-
- Dec 11, 2020
-
-
- Dec 10, 2020
-
-
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
-
- Oct 22, 2020
-
-
Christoph Rettinger authored
-
- Oct 05, 2020
-
-
Michael Kuron authored
-
- Jul 20, 2020
-
-
Sebastian Eibl authored
If load balancing changes the neighborhood, caching of receive buffers can lead to dead locks.
-
- 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.
-
- Jul 10, 2020
-
-
- Jun 18, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
Moved from heat capacity to specific heat to take into account individual mass of a particle.
-
- May 27, 2020
-
-
Sebastian Eibl authored
-
- Mar 30, 2020
-
-
Lukas Werner authored
-
Lukas Werner authored
-
Sebastian Eibl authored
To remove code duplication the distinction is now moved into the generator. Default kernels are "with shape".
-
- Mar 11, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Mar 09, 2020
-
-
Sebastian Eibl authored
When processes contain no blocks after refinement the neighbor list is not correctly reset.
-
- Feb 29, 2020
-
-
Christoph Rettinger authored
Added hydrodynamic force notifications, introduced them to tests and benchmarks, minor documentation and include fixes
-
- Feb 28, 2020
-
-
Sebastian Eibl authored
ForceTorqueNotification HeatFluxNotification
-
- Feb 27, 2020
-
-
Sebastian Eibl authored
-