- Feb 19, 2025
-
-
- 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
-
- Aug 16, 2019
-
-
Dominik Thoennes authored
To break unneeded dependencies in postprocessing the SQLite part is moved to its own module and namespace. Therefore in the include and the function calls "postprocessing" hast to be removed or replaced by "sqlite" e.g.: #include "postprocessing/sqlite/SQLite.h" -> #include "sqlite/SQLite.h" postprocessing::store... -> sqlite::store...
-
- 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/*'
-