- 18 May, 2020 1 commit
-
-
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)
-
- 12 May, 2020 1 commit
-
-
Sebastian Eibl authored
Update references in documentation See merge request !269
-
- 11 May, 2020 3 commits
-
-
Christoph Rettinger authored
Combined resolved/unresolved coupling methods showcase See merge request !264
-
-
Michael Kuron authored
-
- 06 May, 2020 1 commit
-
-
Sebastian Eibl authored
since std::vector<bool> behaves differently to std::vector using bool can cause troubles
-
- 04 May, 2020 1 commit
-
-
Markus Holzer authored
Adapted paramater references in Split template See merge request !268
-
- 03 May, 2020 1 commit
-
-
- 22 Apr, 2020 4 commits
-
-
Martin Bauer authored
pystencils: Boundary generation for non-LB fields and for inner_or_boundary=False Closes #111 See merge request !266
-
Martin Bauer authored
pystencils_walberla: use type-safe getData instead of uncheckedFastGetData Closes #110 See merge request !261
-
Dominik Thoennes authored
pystencils: re-allow use of arbitrary field names in sweeps See merge request !267
-
Dominik Thoennes authored
Silence CMake FFTW3_MPI warning See merge request !265
-
- 21 Apr, 2020 5 commits
-
-
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
-
- 03 Apr, 2020 1 commit
-
-
Sebastian Eibl authored
Fixes for MESA-PD: Shape type duplication checks and mass/inertia on some shapes See merge request !263
-
- 31 Mar, 2020 3 commits
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
[API] merge integrators with/without shape See merge request !262
-
Lukas Werner authored
-
- 30 Mar, 2020 3 commits
-
-
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".
-
- 23 Mar, 2020 1 commit
-
-
Martin Bauer authored
flattened shallow copy of field See merge request !258
-
- 20 Mar, 2020 2 commits
-
-
Dominik Thoennes authored
add open merge requests from pystencils_walberla See merge request !260
-
Michael Kuron authored
-
- 19 Mar, 2020 1 commit
-
-
Dominik Thoennes authored
-
- 17 Mar, 2020 12 commits
-
-
Dominik Thoennes authored
Add codegen into CI See merge request !259
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-