- Apr 30, 2024
-
-
- Apr 02, 2024
-
-
- Feb 27, 2024
-
-
Dominik Thoennes authored
-
- Dec 19, 2023
-
-
- Dec 11, 2023
-
-
Markus Holzer authored
-
- May 17, 2023
-
-
- May 03, 2023
-
-
Dominik Thoennes authored
-
- Feb 28, 2023
-
-
- Apr 20, 2022
-
-
- Feb 25, 2022
-
-
Dominik Thoennes authored
-
- 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
-
- Nov 29, 2021
-
-
Dominik Thoennes authored
-
- Nov 17, 2021
-
-
- Oct 05, 2021
-
-
Dominik Thoennes authored
-
- Sep 06, 2021
-
-
Dominik Thoennes authored
-
- May 11, 2021
-
-
Dominik Thoennes authored
-
- May 04, 2021
-
-
Michael Kuron authored
-
- May 03, 2021
-
-
Michael Kuron authored
-
- Feb 05, 2021
-
-
Helen Schottenhamml authored
-
- Jan 26, 2021
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Dec 28, 2020
-
-
Some optional components use Boost MultiArray and PropertyTree, so we still include the headers if available. We also still search std::experimental for any, filesystem and optional because some otherwise C++17-compliant compilers did not support them in std until recently.
-
- Dec 17, 2020
-
-
also clean up some old leftovers nearby
-
- Sep 04, 2020
-
-
Markus Holzer authored
-
- Jul 10, 2020
-
-
- Jul 01, 2020
-
-
Michael Kuron 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)
-
- Apr 21, 2020
-
-
Michael Kuron authored
-
- Mar 17, 2020
-
-
Dominik Thoennes authored
-
- Nov 11, 2019
-
-
Michael Kuron authored
CMake: don't use CMAKE_CXX14_STANDARD_COMPILE_OPTION directly, instead go through CMAKE_CXX_STANDARD
-
Michael Kuron authored
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
- Jul 16, 2019
-
-
Dominik Thoennes authored
This option is OFF by default. If turned on cmake will notify if a target cannot be build due to a missing module.
-
- Jun 07, 2019
-
-
Martin Bauer authored
-
- Mar 26, 2019
-
-
Sebastian Eibl authored
-
- Mar 07, 2019
-
-
Martin Bauer authored
- proper escaping of braces when passing JSON to python - pass information if walberla was built with CUDA to pystencils to support apps that use GPU optionally
-
Martin Bauer authored
-
- Feb 18, 2019
-
-
Martin Bauer authored
-
- Feb 13, 2019
-
-
Michael Kuron authored
-