- Jul 13, 2021
-
-
- Jul 07, 2021
-
-
- Jun 29, 2021
-
-
- Jun 16, 2021
-
-
- Jun 15, 2021
-
-
Christoph Rettinger authored
-
- May 15, 2021
-
-
Michael Kuron authored
-
- May 05, 2021
-
-
- Apr 30, 2021
-
-
- Apr 12, 2021
-
-
- Mar 30, 2021
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Mar 29, 2021
-
-
Christoph Rettinger authored
-
- Mar 24, 2021
-
-
Helen Schottenhamml authored
-
- Mar 03, 2021
-
-
- Feb 26, 2021
-
-
Michael Kuron authored
-
- Feb 22, 2021
-
-
- Feb 12, 2021
-
-
- Dec 29, 2020
-
-
- Dec 18, 2020
-
-
-
Sebastian Eibl authored
-
- Dec 17, 2020
-
-
also clean up some old leftovers nearby
-
Sebastian Eibl authored
The default target of \file is the current file.
-
- Dec 10, 2020
-
-
Sebastian Eibl authored
-
- Dec 09, 2020
-
-
Sebastian Eibl authored
- checking order of integrator - checking energy conservation - added semi implicit euler - improved documentation - playground for integrator analysis
-
- Dec 08, 2020
-
-
- Nov 22, 2020
-
-
- Oct 09, 2020
-
-
Stephan Seitz authored
How could this have been working until now? We should not call `cudaFree` on uninitialized memory. We have to free the old pointers before resize. This also prevents memory leakage in case the vector gets shrinked. Apparently the previous code relied on the fact that `resize` somehow initialized the memory to null pointers or that `cudaFree` just ignores pointers it didn't allocate.
-
- Sep 29, 2020
-
-
Markus Holzer authored
-
- 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
-
- Jul 14, 2020
-
-
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 10, 2020
-
-
- Jul 06, 2020
-
-
Sebastian Eibl authored
-
- Jul 01, 2020
-
-
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.
-