- Jul 17, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
- Jul 15, 2020
-
-
Jan Hönig authored
Unify python code style See merge request walberla/walberla!306
-
- Jul 14, 2020
-
-
Markus Holzer authored
-
Sebastian Eibl authored
fixed smaller formatting issues in mesa_pd See merge request !311
-
Sebastian Eibl authored
OpenMP support is now switchable within the generation script See merge request walberla/walberla!313
-
Jan Hönig authored
[API] improved interface of merge sqlitedb script See merge request walberla/walberla!314
-
Sebastian Eibl authored
Since MSVC only has beta support for OpenMP 2.0 firstprivate cannot be used for these compilers. However, firstprivate is necessary for a reasonably safe implementation of OpenMP in MESA-PD. The solution is to move OpenMP support to the generator and disable OpenMP for the checked in version. The waLBerla OpenMP guards are removed as they are no longer needed. It is now assumed that if MESA-PD is generated with OpenMP support it is about to be used. If OpenMP is disabled with CMake warnings will pop up about undefined pragmas.
-
Sebastian Eibl authored
-
- Jul 13, 2020
-
-
Michael Kuron authored
Multiple field swaps test case Closes #112 See merge request walberla/walberla!309
-
- Jul 10, 2020
-
-
Sebastian Eibl authored
Support of convex meshes for MESA-PD See merge request walberla/walberla!289
-
-
Christoph Schwarzmeier authored
Phasefield allen cahn See merge request walberla/walberla!302
-
-
- Jul 07, 2020
-
-
Michael Kuron authored
fix coverage flag such that it can be used by apps See merge request walberla/walberla!310
-
Dominik Thoennes authored
-
- Jul 06, 2020
-
-
Dominik Thoennes authored
update external json lib See merge request walberla/walberla!308
-
Markus Holzer authored
-
Dominik Thoennes authored
-
Sebastian Eibl authored
-
- Jul 05, 2020
-
-
Dominik Thoennes authored
coverage: print summary and generate cobertura report See merge request walberla/walberla!307
-
- Jul 04, 2020
-
-
Dominik Thoennes authored
Enable CI on github Closes #101 See merge request walberla/walberla!295
-
Dominik Thoennes authored
-
Michael Kuron authored
-
Dominik Thoennes authored
adjust coverage flags in CMakeLists.txt and fix coverage job in CI See merge request walberla/walberla!305
-
Dominik Thoennes authored
-
- Jul 03, 2020
-
-
Markus Holzer authored
-
Christoph Rettinger authored
pe sphere VTK output: add angular velocity See merge request walberla/walberla!304
-
Christoph Rettinger authored
Fix python_coupling on recent macOS See merge request walberla/walberla!303
-
- Jul 02, 2020
-
-
Sebastian Eibl authored
Resolve "Bug in mesa-pd kernel generation" Closes #122 See merge request walberla/walberla!298
-
Michael Kuron authored
-
Michael Kuron authored
-
Markus Holzer authored
staggered boundary generation: direction index should point to fluid cell when... See merge request walberla/walberla!299
-
Dominik Thoennes authored
codegen cmake: add to PYTHONPATH instead of overwriting See merge request walberla/walberla!300
-
Dominik Thoennes authored
Make codegen cmake integration symlink-compatible See merge request walberla/walberla!301
-
- Jul 01, 2020
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jun 30, 2020
-
-
Michael Kuron authored
staggered boundary generation: direction index should point to fluid cell when inner_or_boundary=False In that case, the index vector contains the boundary cells, so the direction should point to the fluid cell. When inner_or_boundary=True, the index vector contains the fluid cells and the direction points to the boundary cell.
-
- Jun 29, 2020
-
-
Sebastian Eibl authored
274e09cd introduced a skip of the generation if the target file is not present. While this might hint a wrong target directory it also prevents the generation of new files. Since the provided mesa_pd.py script asks to confirm the target directory anyway, this skip is removed.
-
- Jun 23, 2020
-
-
Michael Kuron authored
[BUGFIX] missing executables See merge request walberla/walberla!296
-