- Nov 16, 2021
-
-
Markus Holzer authored
-
- Sep 30, 2021
-
-
- Aug 16, 2021
-
-
- Jul 13, 2021
-
-
- Jul 07, 2021
-
-
- Jun 29, 2021
-
-
- Jun 16, 2021
-
-
- May 15, 2021
-
-
Michael Kuron authored
-
- May 05, 2021
-
-
- Apr 30, 2021
-
-
- Mar 03, 2021
-
-
- Feb 26, 2021
-
-
Michael Kuron authored
-
- Feb 12, 2021
-
-
- Dec 17, 2020
-
-
also clean up some old leftovers nearby
-
- Dec 08, 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 17, 2020
-
-
Markus Holzer authored
-
- Jul 10, 2020
-
-
- 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 22, 2020
-
-
Christoph Rettinger authored
Added warning if no SIMD instruction could be determined, adapted field layouts in all tests and benchmarks
-
- Jun 20, 2020
-
-
Michael Kuron authored
-
- Jun 19, 2020
-
-
Michael Kuron authored
-
Christoph Rettinger authored
-
- May 18, 2020
-
-
Dominik Thoennes authored
This new function does the actual generation using pystencils and creates a target library that can be used as a dependency as usual. One should not list the python script itself anymore in add_executable. Convention: Use the AppName as a prefix for the generated lib! Example Usage: waLBerla_generate_target_from_python( NAME AppNameGeneratedLib FILE GenerateKernel.py OUT_FILES Kernel.h Kernel.cpp) waLBerla_add_executable ( NAME AppNameGeneratedLibTest DEPENDS GeneratedLib)
-
- May 03, 2020
-
-
- Apr 21, 2020
-
-
Michael Kuron authored
Previously, anything that wasn’t velocity, src, src_tmp, pdfs, pdfs_tmp resulted in invalid code This was a regression introduced in a1614152
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Mar 20, 2020
-
-
Michael Kuron authored
-
- Mar 19, 2020
-
-
Dominik Thoennes authored
-
- Mar 17, 2020
-
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-