- Jun 03, 2020
-
-
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
-
- Apr 03, 2020
-
-
Sebastian Eibl authored
Fixes for MESA-PD: Shape type duplication checks and mass/inertia on some shapes See merge request walberla/walberla!263
-
- Mar 31, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
[API] merge integrators with/without shape See merge request walberla/walberla!262
-
Lukas Werner authored
-
- Mar 30, 2020
-
-
Lukas Werner authored
-
Lukas Werner authored
-
Sebastian Eibl authored
To remove code duplication the distinction is now moved into the generator. Default kernels are "with shape".
-
- Mar 23, 2020
-
-
Martin Bauer authored
flattened shallow copy of field See merge request walberla/walberla!258
-
- Mar 20, 2020
-
-
Dominik Thoennes authored
add open merge requests from pystencils_walberla See merge request walberla/walberla!260
-
Michael Kuron authored
-
- Mar 19, 2020
-
-
Dominik Thoennes authored
-
- Mar 17, 2020
-
-
Dominik Thoennes authored
Add codegen into CI See merge request walberla/walberla!259
-
Dominik Thoennes authored
-