- 05 Jun, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 01 Jun, 2018 2 commits
-
-
Martin Bauer authored
-
Christian Godenschwager authored
-
- 30 May, 2018 1 commit
-
-
Christian Godenschwager authored
Part of issue #48
-
- 28 May, 2018 1 commit
-
-
Christian Godenschwager authored
Add fine/coarse overlap regions boundaries and fluid cells have to be setup according to the coarse grid resolution.
-
- 22 May, 2018 1 commit
-
-
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.
-
- 18 May, 2018 4 commits
-
-
unified prolongate and restrict operators to work for GCA and DCA
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- 17 May, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 16 May, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 09 May, 2018 1 commit
-
-
Arash Partow authored
-
- 08 May, 2018 1 commit
-
-
Christoph Rettinger authored
-
- 04 May, 2018 1 commit
-
-
Christian Godenschwager authored
-
- 03 May, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 30 Apr, 2018 2 commits
-
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- 16 Apr, 2018 1 commit
-
-
Michael Kuron authored
-
- 11 Apr, 2018 2 commits
-
-
Florian Schornbaum authored
-
Michael Kuron authored
-
- 10 Apr, 2018 1 commit
-
-
Michael Kuron authored
-
- 09 Apr, 2018 2 commits
-
-
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).
-
- 08 Apr, 2018 1 commit
-
-
Michael Kuron authored
Also adds OpenMP support for macOS (requires Xcode 7.0, CMake 3.12 and separate libomp from MacPorts/Homebrew)
-
- 06 Apr, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 05 Apr, 2018 3 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- 03 Apr, 2018 1 commit
-
-
Michael Kuron authored
While it makes no sense to create these boundary types from a config file, geometry::initBoundaryHandling needs this function to be present for all boundary types in the boundary handling.
-
- 28 Mar, 2018 3 commits
-
-
Sebastian Eibl authored
was only a debug check
-
Sebastian Eibl authored
this should be the common case
-
Sebastian Eibl authored
-
- 21 Mar, 2018 2 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 14 Mar, 2018 1 commit
-
-
Michael Kuron authored
- fix find_package(MPI) when WARNING_ERROR is defined and recent version of CMake is used - fix python_coupling Manager::addPath
-
- 08 Mar, 2018 3 commits
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- 06 Mar, 2018 1 commit
-
-
Martin Bauer authored
-