- 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)
-
- 06 Mar, 2020 1 commit
-
-
Michael Kuron authored
-
- 26 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 24 Jan, 2019 1 commit
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- 05 Jan, 2018 1 commit
-
-
Martin Bauer authored
-
- 11 Dec, 2017 1 commit
-
-
Martin Bauer authored
- one python file can now generate multiple source files
-
- 09 Nov, 2017 2 commits
-
-
Christoph Rettinger authored
-
Christoph Rettinger 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/*'
-