- Oct 30, 2020
-
-
- Oct 27, 2020
-
-
- Oct 23, 2020
-
-
Sebastian Eibl authored
-
- Oct 22, 2020
-
-
Christoph Rettinger authored
-
- Oct 16, 2020
-
-
Lukas Werner authored
-
- Aug 19, 2020
-
-
Sebastian Eibl authored
-
- Aug 18, 2020
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
- Aug 12, 2020
-
-
- Aug 07, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
The test initialy contained two tests. To reduce runtime, the two tests were separated.
-
- Jul 25, 2020
-
-
Michael Kuron authored
-
- Jul 24, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 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.
-
- Jul 10, 2020
-
-
- Jul 06, 2020
-
-
Markus Holzer authored
-
- Jun 22, 2020
-
-
Christoph Rettinger authored
Added warning if no SIMD instruction could be determined, adapted field layouts in all tests and benchmarks
-
- Jun 20, 2020
-
-
Michael Kuron authored
-
- Jun 19, 2020
-
-
Markus Holzer authored
-
Christoph Rettinger authored
-
- Jun 18, 2020
-
-
Sebastian Eibl authored
Moved from heat capacity to specific heat to take into account individual mass of a particle.
-
-
- Jun 15, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jun 11, 2020
-
-
Markus Holzer authored
-
- Jun 10, 2020
-
-
Dominik Thoennes authored
use cuda as a first level language in CMake with `enable_language(CUDA)` enable tests where cuda and codegen are both activated various minor fixes
-
Sebastian Eibl authored
Please use mocks for these kind of tests. a) deterministic b) faster
-
- Jun 05, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
- Jun 04, 2020
-
-
Christoph Rettinger authored
-
- Jun 03, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
Markus Holzer authored
-
- May 26, 2020
-
-
Michael Kuron authored
-
- May 25, 2020
-
-
Michael Kuron authored
for bulk modes, shear modes, even ghost modes, odd ghost modes
-
- May 19, 2020
-
-
Lukas Werner authored
-
- May 18, 2020
-
-
Dominik Thoennes authored
This new function does the actual generation using pystencils and creates a target library that can be used as a dependency as usual. One should not list the python script itself anymore in add_executable. Convention: Use the AppName as a prefix for the generated lib! Example Usage: waLBerla_generate_target_from_python( NAME AppNameGeneratedLib FILE GenerateKernel.py OUT_FILES Kernel.h Kernel.cpp) waLBerla_add_executable ( NAME AppNameGeneratedLibTest DEPENDS GeneratedLib)
-
- Mar 31, 2020
-
-
Lukas Werner authored
-