- Feb 04, 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
-
- Jul 13, 2021
-
-
- Aug 12, 2020
-
-
- Jul 06, 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
-
- Jun 03, 2020
-
-
Markus Holzer 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 06, 2020
-
-
Michael Kuron authored
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
- Jan 24, 2019
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- Jan 05, 2018
-
-
Martin Bauer authored
-
- Dec 11, 2017
-
-
Martin Bauer authored
- one python file can now generate multiple source files
-
- Nov 09, 2017
-
-
Christoph Rettinger authored
-
Christoph Rettinger 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/*'
-