- Sep 24, 2018
-
-
Sebastian Eibl authored
-
- Aug 24, 2018
-
-
Sebastian Eibl authored
added filter to exclude external libraries
-
- Aug 23, 2018
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Aug 16, 2018
-
-
Sebastian Eibl authored
-
- Jul 30, 2018
-
-
Dominik Thoennes authored
The necessary to_json(...) function are used. One can create a json object by e.g. "nlohmann::json ttjson = nlohmann::json(tt)" with tt being a timing tree
-
- Jun 25, 2018
-
-
Christoph Schwarzmeier authored
-
- Jun 18, 2018
-
-
Christoph Rettinger authored
-
- Jun 14, 2018
-
-
Sebastian Eibl authored
-
- Jun 01, 2018
-
-
Martin Bauer authored
-
Christian Godenschwager authored
-
- May 30, 2018
-
-
Christian Godenschwager authored
Part of issue #48
-
Nils Kohl authored
-
- May 22, 2018
-
-
Michael Kuron authored
Vector2, Vector3 and Matrix3 define their own MPITrait::type functions that return an MPI_Datatype for them. It is created the first time the function is called and put into a static variable. It is therefore destroyed after the main() function exits, which is usually after MPI_Finalize has been called. Freeing the MPI_Datatype is therefore not possible and mpi::datatype cannot be used.
-
- May 18, 2018
-
-
Sebastian Eibl authored
-
- May 16, 2018
-
-
Sebastian Eibl authored
-
- May 09, 2018
-
-
Arash Partow authored
-
- Apr 08, 2018
-
-
Michael Kuron authored
Also adds OpenMP support for macOS (requires Xcode 7.0, CMake 3.12 and separate libomp from MacPorts/Homebrew)
-
- Mar 28, 2018
-
-
Sebastian Eibl authored
-
- Mar 21, 2018
-
-
Lukas Werner authored
-
Lukas Werner authored
-
Lukas Werner authored
-
Lukas Werner authored
-
- Mar 08, 2018
-
-
Sebastian Eibl authored
-
- Feb 27, 2018
-
-
Sebastian Eibl authored
-
- Feb 21, 2018
-
-
Michael Kuron authored
-
- Feb 14, 2018
-
-
API changes in blockforest::PhantomBlockForest, blockforest::loadbalancing, pe::amr::weight_assignment mpi can now only send/receive walberla::optional instead of boost::optional
-
API change for vtk::VTKOutput::getFilenames
-
- Feb 09, 2018
-
-
Christoph Rettinger authored
-
- Jan 30, 2018
-
-
Michael Kuron authored
-
- Jan 29, 2018
-
-
Christian Godenschwager authored
-
Christoph Rettinger authored
-
- Jan 28, 2018
-
-
Michael Kuron authored
Also remove some unneeded boost includes
-
- Jan 27, 2018
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jan 18, 2018
-
-
Sebastian Eibl authored
static calcMass and calcInertia functions are now available for all geometries
-
- Jan 12, 2018
-
-
Christian Godenschwager authored
-