- Apr 10, 2019
-
-
Christoph Schwarzmeier authored
-
- Apr 08, 2019
-
-
Christoph Rettinger authored
-
- Apr 05, 2019
-
-
Nils Kohl authored
-
Dominik Thoennes authored
-
- Apr 04, 2019
-
-
Dominik Thoennes authored
This is needed to avoid different behaviour between release and debug builds
-
Nils Kohl authored
-
Nils Kohl authored
-
- Apr 03, 2019
-
-
Christoph Rettinger authored
-
- Mar 29, 2019
-
-
Christoph Schwarzmeier authored
-
- Mar 28, 2019
-
-
Christoph Schwarzmeier authored
Replace boost::{type_traits, enable_if and mpl} with standard library features where (easily) possible
-
- Mar 27, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Sebastian Eibl authored
-
- Mar 26, 2019
-
-
Christoph Rettinger authored
-
-
Sebastian Eibl authored
-
Added functionality to LBM boundaries to optionally obtain the hydrodynamic force on those boundaries. Also added tests.
-
- Mar 25, 2019
-
-
- Mar 22, 2019
-
-
Nils Kohl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
moved generic blockforest creation functions from pe/CreateWorld to blockforest/Initialization.h
-
- Mar 21, 2019
-
-
Sebastian Eibl authored
-
Nils Kohl authored
-
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
-
-
Nils Kohl authored
This mainly includes an implementation for boost::uint_t::least.
-
Nils Kohl authored
-
Sebastian Eibl authored
-
Christoph Rettinger authored
-
Nils Kohl authored
Note: this could also be done with std::shared_ptr but would require a custom deleter or std::default_delete for array types (see also: https://stackoverflow.com/a/13062069). Also, std::unique_ptr supports operator[] for array types.
-
Nils Kohl authored
-
Nils Kohl authored
-
Nils Kohl authored
Removed boost::array dependency in mpi::BufferDataTypeExtensions (was already partly done as part on #59)
-
Sebastian Eibl authored
-
- Mar 14, 2019
-
-
Christoph Rettinger authored
-
- Mar 07, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- allows for nested execution flow (i.e. solver loop inside time loop) - timing tree integration - parallel CUDA stream support
-
- Mar 06, 2019
-
-
Martin Bauer authored
- WALBERLA_BUILD_WITH_OPENMP was never defined
-
Martin Bauer authored
-
- Mar 05, 2019
-
-
Christoph Schwarzmeier authored
-
- Mar 01, 2019
-
-
Dominik Thoennes authored
when compiling with undefined behaviour sanitizer and gcc 8.2 a -Werror=maybe-uninitialized warning appears when using the const refs the std::move variant does not have this problem
-