- Mar 24, 2022
-
-
- Mar 16, 2022
-
-
- Mar 03, 2022
-
-
- Dec 07, 2021
-
-
instead of the custom walberla_add_module the `add_library` command is now used for all folders in `src` to create libraries which can then be used as cmake targets
-
- Nov 29, 2021
-
-
- Oct 28, 2021
-
-
Markus Holzer authored
-
- Sep 30, 2021
-
-
- Sep 20, 2021
-
-
Markus Holzer authored
-
- May 05, 2021
-
-
- Apr 15, 2021
-
-
- Apr 07, 2021
-
-
- Mar 30, 2021
-
-
- Feb 22, 2021
-
-
- Feb 12, 2021
-
-
- Feb 11, 2021
-
-
Michael Kuron authored
Otherwise vectorization will fail
-
Michael Kuron authored
This reverts merge request !370
-
- Dec 10, 2020
-
-
- Nov 22, 2020
-
-
- Oct 16, 2020
-
-
Lukas Werner authored
-
- Aug 18, 2020
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
- Jul 25, 2020
-
-
Michael Kuron authored
-
- Jul 24, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jul 17, 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 19, 2020
-
-
Christoph Rettinger authored
-
- Jun 15, 2020
-
-
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
-
- May 26, 2020
-
-
Michael Kuron authored
-
- May 25, 2020
-
-
Michael Kuron authored
for bulk modes, shear modes, even ghost modes, odd ghost modes
-
- 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 17, 2020
-
-
Dominik Thoennes authored
-
- Feb 21, 2020
-
-
Christoph Rettinger authored
-
- Aug 12, 2019
-
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
- Jul 22, 2019
-
-
Christoph Schwarzmeier authored
-
- Apr 11, 2019
-
-
Michael Kuron authored
-