- Jul 29, 2020
-
-
Dominik Thoennes authored
-
- Jul 27, 2020
-
-
Dominik Thoennes authored
Update CMake boost python logic and std::filesystem usage See merge request walberla/walberla!319
-
- Jul 23, 2020
-
-
Michael Kuron authored
The two-argument version was removed late in the standardization process
-
Michael Kuron authored
We need to have at least one other required library, otherwise FindBoost will consider itself successful even if it didn't find anything. Also, add Python 3.8 support by using the Python version numbers as library version numbers.
-
- Jul 22, 2020
-
-
Markus Holzer authored
Adapting flake8 formatig for python files See merge request walberla/walberla!317
-
- Jul 21, 2020
-
-
Sebastian Eibl authored
[BUGFIX] caching of buffers can lead to dead locks See merge request walberla/walberla!318
-
- Jul 20, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
If load balancing changes the neighborhood, caching of receive buffers can lead to dead locks.
-
- Jul 18, 2020
-
-
Markus Holzer authored
-
- 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
-