- Jun 08, 2020
-
-
Sebastian Eibl authored
[BUGFIX] Jacobi codegen test case See merge request walberla/walberla!278
-
Sebastian Eibl authored
drop support for images based on ubuntu 16.04 See merge request walberla/walberla!279
-
- Jun 05, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
- Jun 04, 2020
-
-
Christoph Schwarzmeier authored
Some fixes in the MSHS benchmark case for parallel execution See merge request walberla/walberla!280
-
Sebastian Eibl authored
Refactored the PDF reconstructor test to avoid duplication, extended it by periodicity test See merge request walberla/walberla!281
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
Dominik Thoennes authored
-
- Jun 03, 2020
-
-
Markus Holzer authored
-
Markus Holzer authored
-
Dominik Thoennes authored
-
Markus Holzer authored
-
Christoph Rettinger authored
accomodate naming in publications See merge request walberla/walberla!276
-
- May 27, 2020
-
-
Sebastian Eibl authored
-
Christoph Rettinger authored
Fluctuating MRT: introduce separate relaxation rates See merge request walberla/walberla!275
-
- May 26, 2020
-
-
Michael Kuron authored
-
- May 25, 2020
-
-
Michael Kuron authored
for bulk modes, shear modes, even ghost modes, odd ghost modes
-
- May 20, 2020
-
-
Sebastian Eibl authored
Extract core functionality from mesh module into a new module See merge request walberla/walberla!271
-
- May 19, 2020
-
-
Lukas Werner authored
-
Lukas Werner authored
-
Lukas Werner authored
-
- May 18, 2020
-
-
Dominik Thoennes authored
Refactor pystencil integration See merge request walberla/walberla!273
-
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 12, 2020
-
-
Sebastian Eibl authored
Update references in documentation See merge request walberla/walberla!269
-
- May 11, 2020
-
-
Christoph Rettinger authored
Combined resolved/unresolved coupling methods showcase See merge request walberla/walberla!264
-
-
Michael Kuron authored
-
- May 06, 2020
-
-
Sebastian Eibl authored
since std::vector<bool> behaves differently to std::vector using bool can cause troubles
-
- May 04, 2020
-
-
Markus Holzer authored
Adapted paramater references in Split template See merge request walberla/walberla!268
-
- May 03, 2020
-
-
- Apr 22, 2020
-
-
Martin Bauer authored
pystencils: Boundary generation for non-LB fields and for inner_or_boundary=False Closes #111 See merge request walberla/walberla!266
-
Martin Bauer authored
pystencils_walberla: use type-safe getData instead of uncheckedFastGetData Closes #110 See merge request walberla/walberla!261
-
Dominik Thoennes authored
pystencils: re-allow use of arbitrary field names in sweeps See merge request walberla/walberla!267
-
Dominik Thoennes authored
Silence CMake FFTW3_MPI warning See merge request walberla/walberla!265
-
- 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
-
Michael Kuron authored
-