- 21 May, 2019 1 commit
-
-
Sebastian Eibl authored
-
- 17 May, 2019 1 commit
-
-
Martin Bauer authored
Make waLBerla fit for SuperMUC-NG See merge request walberla/walberla!207
-
- 16 May, 2019 3 commits
-
-
Martin Bauer authored
- workaround seems to be not necessary any more, for recent IntelMPI versions - the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I" This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
-
Sebastian Eibl authored
-
Martin Bauer authored
-
- 09 May, 2019 2 commits
-
-
Christoph Schwarzmeier authored
Add directory 'executiontree' to .clang-format See merge request walberla/walberla!206
-
Christoph Schwarzmeier authored
-
- 07 May, 2019 2 commits
-
-
Christoph Schwarzmeier authored
Fix too narrow CLI boundary condition assertion See merge request walberla/walberla!205
-
Christoph Schwarzmeier authored
-
- 03 May, 2019 5 commits
-
-
Sebastian Eibl authored
add Visual Studio 2019 to the ci See merge request walberla/walberla!204
-
Sebastian Eibl authored
Don't use __has_include macro if it's not defined See merge request walberla/walberla!203
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- 25 Apr, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 24 Apr, 2019 2 commits
-
-
Sebastian Eibl authored
disabled OpenMP parallelization for intel 17 in a non performance critical section
-
Sebastian Eibl authored
-
- 19 Apr, 2019 2 commits
-
-
Christoph Schwarzmeier authored
Add .clang-format See merge request !202
-
Christoph Schwarzmeier authored
-
- 18 Apr, 2019 1 commit
-
-
Sebastian Eibl authored
added IProbe communication for varying size communication See merge request !198
-
- 17 Apr, 2019 5 commits
-
-
Christoph Schwarzmeier authored
Fix use of references in BoundaryHandlingCollection's constructor See merge request !201
-
Sebastian Eibl authored
[API] Change BodyTypeTuple of Union to variadic template Closes #87 See merge request !189
-
Michael Kuron authored
-
Sebastian Eibl authored
-
so Union<std::tuple<Sphere,Box>> becomes Union<Sphere,Box>
-
- 16 Apr, 2019 1 commit
-
-
Martin Bauer authored
[API] Replace boost tuple and allow building Walberla without Boost Closes #48 See merge request !197
-
- 12 Apr, 2019 4 commits
-
-
Christoph Rettinger authored
-
Michael Kuron authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- 11 Apr, 2019 9 commits
-
-
Michael Kuron authored
-
Christoph Schwarzmeier authored
Add /.idea to .gitignore See merge request !200
-
Christoph Schwarzmeier authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
It is not actually used anywhere (since the removal of the old pe), is very hard to read, and essentially contains a custom clone of std::tuple. If it is ever needed, it could easily be re-implemented using std::tuple and variadic templates in significantly less code.
-
Michael Kuron authored
-
Michael Kuron authored
-