- 18 May, 2020 1 commit
-
-
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)
-
- 12 Aug, 2019 1 commit
-
-
- 26 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 26 Mar, 2019 1 commit
-
-
Added functionality to LBM boundaries to optionally obtain the hydrodynamic force on those boundaries. Also added tests.
-
- 20 Mar, 2019 1 commit
-
-
Christoph Rettinger authored
-
- 24 Jan, 2019 1 commit
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- 23 Nov, 2018 1 commit
-
-
Cameron Stewart authored
-
- 20 Sep, 2017 1 commit
-
-
Martin Bauer authored
-
- 30 Mar, 2017 1 commit
-
-
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/*'
-