- 02 Oct, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 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.
-
- 27 Jan, 2018 1 commit
-
-
Michael Kuron authored
-
- 03 May, 2017 1 commit
-
-
Sebastian Eibl authored
WALBERLA_CHECK_FLOAT_EQUAL_EPSILON WALBERLA_CHECK_FLOAT_UNEQUAL_EPSILON WALBERLA_ASSERT_FLOAT_EQUAL_EPSILON WALBERLA_ASSERT_FLOAT_UNEQUAL_EPSILON
-
- 30 Mar, 2017 1 commit
-
-
Christian Godenschwager authored
If you have access to the old closed source waLBerla repository, you may restore the complete history with the following command git fetch git@i10git.cs.fau.de:software/walberla.git 'refs/replace/*:refs/replace/*'
-