"git@i10git.cs.fau.de:da15siwa/walberla.git" did not exist on "076ebb5c49c15aa222a737b6a8fa95847d2137da"
- Nov 25, 2021
-
-
Markus Holzer authored
-
- Sep 30, 2021
-
-
- May 05, 2021
-
-
- Jul 17, 2020
-
-
Markus Holzer authored
-
- Jul 01, 2020
-
-
Michael Kuron 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 17, 2020
-
-
Dominik Thoennes authored
-