- 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.
-
- 08 May, 2018 2 commits
-
-
Christoph Rettinger authored
[API] changed return type to std array for improved usability See merge request walberla/walberla!101
-
Christoph Rettinger authored
-
- 04 May, 2018 2 commits
-
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- 03 May, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 30 Apr, 2018 3 commits
-
-
Christian Godenschwager authored
Mesh init See merge request walberla/walberla!99
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- 27 Apr, 2018 2 commits
-
-
Christian Godenschwager authored
Replace deprecated -openmp flag in Intel 17 compiler Closes #15 See merge request walberla/walberla!1
-
Christian Godenschwager authored
[API] Use ParserUBB in ExtendedBoundaryHandlingFactory See merge request walberla/walberla!94
-
- 17 Apr, 2018 1 commit
-
-
Christian Godenschwager authored
Refinement support for BoundaryFromDomainBorder See merge request walberla/walberla!95
-
- 16 Apr, 2018 2 commits
-
-
Martin Bauer authored
BoundarySetter should only call Boundary::createConfiguration once See merge request walberla/walberla!97
-
Michael Kuron authored
-
- 12 Apr, 2018 2 commits
-
-
Sebastian Eibl authored
Resolve "There are "gaps" created by the SFC partitionier" Closes #54 See merge request walberla/walberla!96
-
Sebastian Eibl 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 4 commits
-
-
Michael Kuron authored
-
Christian Godenschwager authored
UBB boundary with equation parser See merge request walberla/walberla!93
-
Michael Kuron authored
-
Michael Kuron authored
-
- 04 Apr, 2018 2 commits
-
-
Sebastian Eibl authored
-
Christoph Rettinger authored
Add createConfiguration functions to pe_coupling boundaries See merge request walberla/walberla!92
-
- 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
-
- 27 Mar, 2018 1 commit
-
-
Sebastian Eibl authored
[API] Fix implict/explict typos in pe::cr See merge request walberla/walberla!90
-
- 23 Mar, 2018 1 commit
-
-
Christoph Rettinger authored
-
- 21 Mar, 2018 4 commits
-
-
Christian Godenschwager authored
Disable cuda tests on macOS nightly builds Closes #53 See merge request walberla/walberla!91
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- 19 Mar, 2018 1 commit
-
-
Christian Godenschwager authored
macOS CI build jobs See merge request walberla/walberla!87
-