- 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
-
- Jan 24, 2019
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- Jun 11, 2018
-
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
- Mar 06, 2018
-
-
Martin Bauer authored
-
- Feb 20, 2018
-
-
Michael Kuron authored
-
- Feb 14, 2018
-
-
API changes in blockforest::PhantomBlockForest, blockforest::loadbalancing, pe::amr::weight_assignment mpi can now only send/receive walberla::optional instead of boost::optional
-
API change for vtk::VTKOutput::getFilenames
-
- Feb 06, 2018
-
-
Christian Godenschwager authored
External apllications which did not set the C++ standard to 14 in their CMakeLists.txt failed to build. This change allows them to build without further user actions.
-
- Jan 26, 2018
-
-
Michael Kuron authored
-
- Dec 20, 2017
-
-
Christian Godenschwager authored
-
- Dec 11, 2017
-
-
Martin Bauer authored
- one python file can now generate multiple source files
-
- Sep 26, 2017
-
-
Christian Godenschwager authored
- Add generator files to targets to show them in VS solutions - mark generated files as such in CMake
-
- Sep 20, 2017
-
-
Martin Bauer authored
-
- Aug 02, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 14, 2017
-
-
Christian Godenschwager authored
-
- Apr 25, 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/*'
-