- Mar 24, 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
-
- Sep 30, 2021
-
-
- Sep 20, 2021
-
-
Markus Holzer authored
-
- May 05, 2021
-
-
- Apr 07, 2021
-
-
- Mar 30, 2021
-
-
- Feb 12, 2021
-
-
- Feb 11, 2021
-
-
Michael Kuron authored
This reverts merge request !370
-
- Dec 10, 2020
-
-
- Oct 16, 2020
-
-
Lukas Werner authored
-
- Aug 18, 2020
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
- Jun 19, 2020
-
-
Christoph Rettinger 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 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)
-
- Aug 12, 2019
-
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
- Mar 26, 2019
-
-
Added functionality to LBM boundaries to optionally obtain the hydrodynamic force on those boundaries. Also added tests.
-
- Mar 20, 2019
-
-
Christoph Rettinger authored
-
- Jan 24, 2019
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- Nov 23, 2018
-
-
Cameron Stewart authored
-
- Sep 20, 2017
-
-
Martin Bauer authored
-
- Mar 30, 2017
-
-
Christian Godenschwager authored
If you have access to the old closed source waLBerla repository, you may restore the complete history with the following command git fetch git@i10git.cs.fau.de:software/walberla.git 'refs/replace/*:refs/replace/*'
-