- Jun 15, 2020
-
-
Sebastian Eibl 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
-
Sebastian Eibl authored
Please use mocks for these kind of tests. a) deterministic b) faster
-
- Jun 05, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
- Jun 04, 2020
-
-
Christoph Rettinger authored
-
- Jun 03, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
Markus Holzer authored
-
- May 26, 2020
-
-
Michael Kuron authored
-
- May 25, 2020
-
-
Michael Kuron authored
for bulk modes, shear modes, even ghost modes, odd ghost modes
-
- May 19, 2020
-
-
Lukas Werner 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 31, 2020
-
-
Lukas Werner authored
-
- Mar 30, 2020
-
-
Sebastian Eibl authored
To remove code duplication the distinction is now moved into the generator. Default kernels are "with shape".
-
- Mar 17, 2020
-
-
Dominik Thoennes authored
-
- Mar 11, 2020
-
-
Sebastian Eibl authored
-
- Mar 06, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Feb 29, 2020
-
-
Christoph Rettinger authored
Added hydrodynamic force notifications, introduced them to tests and benchmarks, minor documentation and include fixes
-
- Feb 28, 2020
-
-
Sebastian Eibl authored
ForceTorqueNotification HeatFluxNotification
-
- Feb 27, 2020
-
-
Sebastian Eibl authored
-
- Feb 26, 2020
-
-
Sebastian Eibl authored
- added ability to create custom modules
-
- Feb 25, 2020
-
-
Christoph Rettinger authored
-
- Feb 24, 2020
-
-
Sebastian Eibl authored
-
- Feb 21, 2020
-
-
Christoph Rettinger authored
-
Sebastian Eibl authored
-
- Jan 29, 2020
-
-
Sebastian Eibl authored
-fixed relative error calculation -fixed wrong size of linked cells
-
- Jan 27, 2020
-
-
Christoph Rettinger authored
Added lbm-mesa_pd coupling to have a fluid-particle coupling to the new rigid particle dynamics simulations
-
- Nov 21, 2019
-
-
Sebastian Eibl authored
-
- Nov 13, 2019
-
-
Sebastian Eibl authored
-
- Nov 12, 2019
-
-
Michael Kuron authored
-
- Nov 08, 2019
-
-
Stephan Seitz authored
-
- Sep 17, 2019
-
-
Sebastian Eibl authored
-
- Sep 16, 2019
-
-
- Sep 04, 2019
-
-
Sebastian Eibl authored
-
- 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...
-
- Aug 13, 2019
-
-
Sebastian Eibl authored
-