- 04 Jun, 2018 1 commit
-
-
Michael Kuron authored
-
- 31 May, 2018 2 commits
-
-
Michael Kuron authored
-
Christian Godenschwager authored
Replace boost::bind with std::bind See merge request walberla/walberla!110
-
- 30 May, 2018 1 commit
-
-
Christian Godenschwager authored
Part of issue #48
-
- 29 May, 2018 1 commit
-
-
Christian Godenschwager authored
Add correction when using refinement and boundary setup with meshes See merge request walberla/walberla!107
-
- 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.
-
- 24 May, 2018 1 commit
-
-
Martin Bauer authored
-
- 22 May, 2018 3 commits
-
-
Martin Bauer authored
Don’t call MPI_Type_free after MPI_Finalize See merge request walberla/walberla!106
-
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.
-
Christian Godenschwager authored
Updates for ExprTk. See merge request walberla/walberla!102
-
- 19 May, 2018 1 commit
-
-
Martin Bauer authored
[API] Galerkin coarsening for Multigrid See merge request walberla/walberla!103
-
- 18 May, 2018 5 commits
-
-
Sebastian Eibl authored
-
unified prolongate and restrict operators to work for GCA and DCA
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- 17 May, 2018 2 commits
-
-
Christoph Rettinger authored
Resolve "missing periodic intersection volume function for AABBs" Closes #56 See merge request walberla/walberla!104
-
Sebastian Eibl authored
-
- 16 May, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 15 May, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 09 May, 2018 1 commit
-
-
Arash Partow authored
-
- 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 2 commits
-
-
Sebastian Eibl authored
-
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
-