- Jun 05, 2018
-
-
Sebastian Eibl authored
-
- Jun 01, 2018
-
-
Christian Godenschwager authored
Remove BOOST_FOREACH macro and replace range-based for See merge request walberla/walberla!112
-
Martin Bauer authored
-
Christian Godenschwager authored
-
- May 31, 2018
-
-
Christian Godenschwager authored
Replace boost::bind with std::bind See merge request walberla/walberla!110
-
- May 30, 2018
-
-
Christian Godenschwager authored
Part of issue #48
-
- May 29, 2018
-
-
Christian Godenschwager authored
Add correction when using refinement and boundary setup with meshes See merge request walberla/walberla!107
-
- 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 24, 2018
-
-
Martin Bauer authored
-
- May 22, 2018
-
-
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
-
- May 19, 2018
-
-
Martin Bauer authored
[API] Galerkin coarsening for Multigrid See merge request walberla/walberla!103
-
- May 18, 2018
-
-
Sebastian Eibl authored
-
unified prolongate and restrict operators to work for GCA and DCA
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- May 17, 2018
-
-
Christoph Rettinger authored
Resolve "missing periodic intersection volume function for AABBs" Closes #56 See merge request walberla/walberla!104
-
Sebastian Eibl authored
-
- May 16, 2018
-
-
Sebastian Eibl authored
-
- May 15, 2018
-
-
Sebastian Eibl authored
-
- May 09, 2018
-
-
Arash Partow authored
-
- May 08, 2018
-
-
Christoph Rettinger authored
[API] changed return type to std array for improved usability See merge request walberla/walberla!101
-
Christoph Rettinger authored
-
- May 04, 2018
-
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- May 03, 2018
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Apr 30, 2018
-
-
Christian Godenschwager authored
Mesh init See merge request walberla/walberla!99
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- Apr 27, 2018
-
-
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
-
- Apr 17, 2018
-
-
Christian Godenschwager authored
Refinement support for BoundaryFromDomainBorder See merge request walberla/walberla!95
-
- Apr 16, 2018
-
-
Martin Bauer authored
BoundarySetter should only call Boundary::createConfiguration once See merge request walberla/walberla!97
-
Michael Kuron authored
-
- Apr 12, 2018
-
-
Sebastian Eibl authored
Resolve "There are "gaps" created by the SFC partitionier" Closes #54 See merge request walberla/walberla!96
-
Sebastian Eibl authored
-
- Apr 11, 2018
-
-
Florian Schornbaum authored
-