- Jun 14, 2018
-
-
Sebastian Eibl authored
-
- Jun 13, 2018
-
-
Sebastian Eibl authored
-
- Jun 12, 2018
-
-
Christian Godenschwager authored
Resolve "CMake changed MPIEXEC variable" Closes #63 See merge request walberla/walberla!114
-
- Jun 11, 2018
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
missing cuda tag now implies WALBERLA_BUILD_WITH_CUDA=OFF
-
- Jun 06, 2018
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
Resolve "missing virtual dtor in base classes" Closes #62 See merge request walberla/walberla!113
-
- Jun 05, 2018
-
-
Christian Godenschwager authored
Use variadic template in MakeBlockDataInitFunction See merge request walberla/walberla!111
-
Sebastian Eibl authored
-
- Jun 04, 2018
-
-
Michael Kuron 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
-
-
Michael Kuron authored
-
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
-