- Feb 17, 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
-
- Sep 04, 2021
-
-
Jean-Noël Grad authored
Delete Doxygen blocks duplicated in both .h and .cpp files. Fix incorrect argument names in \param blocks. Fix filenames in \file blocks. Fix broken Doxygen syntax (broken numerated lists containing more than 9 items, invalid HTML tags, broken links in \ref and malformed math equations). Wrap code blocks inside \code ... \endcode.
-
- Sep 03, 2021
-
-
Jean-Noël Grad authored
-
- Apr 15, 2021
-
-
- Mar 08, 2021
-
-
Sebastian Eibl authored
-
- Feb 09, 2021
-
-
- Jan 01, 2021
-
-
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
-
- Dec 11, 2020
-
-
- Nov 24, 2020
-
-
- Oct 16, 2020
-
-
- Oct 05, 2020
-
-
Sebastian Eibl authored
-
- Oct 03, 2020
-
-
Stephan Seitz authored
-
- Jun 18, 2020
-
-
- Jun 15, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jun 09, 2020
-
-
Sebastian Eibl authored
If you are familiar with the coupling feel free to remove the NOLINTs!
-
Sebastian Eibl authored
I am unsure about const correctness in the python coupling. If you are familiar with the coupling feel free to remove the NOLINTs!
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Nov 13, 2019
-
-
Sebastian Eibl authored
-
- Oct 07, 2019
-
-
Sebastian Eibl authored
-
- Sep 24, 2019
-
-
Sebastian Eibl authored
-
- Aug 28, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jul 05, 2019
-
-
Sebastian Eibl authored
-
- Jun 05, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
option is intended for benchmarking, for production runs leave the local communication optimization switched on
-
- Apr 24, 2019
-
-
Sebastian Eibl authored
disabled OpenMP parallelization for intel 17 in a non performance critical section
-
- Apr 11, 2019
-
-
Michael Kuron authored
-
- Apr 10, 2019
-
-
Christoph Schwarzmeier authored
-
- Apr 05, 2019
-
-
Dominik Thoennes authored
-
- Mar 28, 2019
-
-
Christoph Schwarzmeier authored
Replace boost::{type_traits, enable_if and mpl} with standard library features where (easily) possible
-
- Mar 22, 2019
-
-
Sebastian Eibl authored
moved generic blockforest creation functions from pe/CreateWorld to blockforest/Initialization.h
-
- Mar 21, 2019
-
-
Sebastian Eibl authored
use the general classes instead. they support levelwise load balancing via a constructor parameter default is levelwise for backward compatibility
-
- Mar 20, 2019
-
-
Sebastian Eibl authored
-
- Jan 22, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- templated buffer classes allow the buffer systems to work with custom buffers, e.g. buffers of GPU memory
-