- Apr 12, 2019
-
-
Michael Kuron authored
-
- Apr 11, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
It is not actually used anywhere (since the removal of the old pe), is very hard to read, and essentially contains a custom clone of std::tuple. If it is ever needed, it could easily be re-implemented using std::tuple and variadic templates in significantly less code.
-
Michael Kuron authored
-
Michael Kuron authored
-
- Apr 10, 2019
-
-
Dominik Thoennes authored
-
Christoph Schwarzmeier authored
-
- Apr 08, 2019
-
-
Sebastian Eibl authored
-
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
-
Sebastian Eibl 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.
-