- Mar 26, 2019
-
-
-
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
-
- Feb 28, 2019
-
-
Christoph Schwarzmeier authored
-
- Feb 27, 2019
-
-
Christoph Schwarzmeier authored
-
- Feb 18, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- for example conda ships this old MPI version
-
- Feb 14, 2019
-
-
Michael Kuron authored
-
- Feb 13, 2019
-
-
- Jan 26, 2019
-
-
Michael Kuron authored
-
- Jan 23, 2019
-
-
Martin Bauer authored
-
- Jan 22, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- More flexibility for the user to implement custom checkpointing
-
Martin Bauer authored
MPICH2 apparently expects a non-const pointer for blocklenghts whereas other MPIs expect const pointer -> removed const to work with all
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- LB on GPU, Uniform Grid Benchmark app - helper class to schedule tasks to multiple CUDA streams
-
Martin Bauer authored
- CUDA compiler has problems to compile external json library - timing pool is included by BlockForest, and previously timing pool included JSON library
-