- Jun 14, 2018
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jun 13, 2018
-
-
Sebastian Eibl authored
-
- Jun 06, 2018
-
-
Sebastian Eibl authored
-
- Jun 05, 2018
-
-
Sebastian Eibl authored
-
- Jun 04, 2018
-
-
Michael Kuron authored
-
- Jun 01, 2018
-
-
Martin Bauer authored
-
Christian Godenschwager authored
-
- May 31, 2018
-
-
Michael Kuron authored
-
- May 30, 2018
-
-
Christian Godenschwager authored
Part of issue #48
-
- May 28, 2018
-
-
Christian Godenschwager authored
Add fine/coarse overlap regions boundaries and fluid cells have to be setup according to the coarse grid resolution.
-
- 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
-
-
unified prolongate and restrict operators to work for GCA and DCA
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- May 17, 2018
-
-
Sebastian Eibl authored
-
- May 16, 2018
-
-
Sebastian Eibl authored
-
- May 09, 2018
-
-
Arash Partow authored
-
- May 08, 2018
-
-
Christoph Rettinger authored
-
- May 04, 2018
-
-
Christian Godenschwager authored
-
- May 03, 2018
-
-
Sebastian Eibl authored
-
- Apr 30, 2018
-
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- Apr 16, 2018
-
-
Michael Kuron authored
-
- Apr 11, 2018
-
-
Florian Schornbaum authored
-
Michael Kuron authored
-
- Apr 10, 2018
-
-
Michael Kuron authored
-
- Apr 09, 2018
-
-
Sebastian Eibl authored
-
Michael Kuron authored
- NearestNeighborFieldInterpolator::get needs to break out of all loops, just not the current one. While the test seemed to succeed anyway, it crashed with corrupted memory during exit when compiled with Intel 17 in Release mode. - FftTest should not use thread-unsafe RNG in parallel section. Otherwise the Intel 16 compiler crashes. - Revert to -openmp on Intel < 16.0.3, which crashes while processing some of our OpenMP loops (e.g. BoundaryHandling::treatDirection).
-
- 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)
-
- Apr 06, 2018
-
-
Sebastian Eibl authored
-
- Apr 05, 2018
-
-
Michael Kuron authored
-