Commits on Source (49)
-
Frederik Hennig authored
Refactor source tree layout See merge request pycodegen/lbmpy!164
-
-
Frederik Hennig authored
[Fix] Interpolation Bounce back See merge request pycodegen/lbmpy!160
-
-
Markus Holzer authored
Rework SGS models See merge request pycodegen/lbmpy!165
-
Markus Holzer authored
-
-
Helen Schottenhamml authored
[BugFix] Segfault LBStep Closes #43 See merge request pycodegen/lbmpy!167
-
-
Markus Holzer authored
Wall function bounce See merge request !166
-
-
Markus Holzer authored
Remove vendored versioneer See merge request !168
-
-
Markus Holzer authored
Upgrade SymPy Version & Extend CI See merge request !169
-
-
Markus Holzer authored
Fix coverage-report deploy See merge request !170
-
Markus Holzer authored
-
-
Markus Holzer authored
Remove `pages` deploy task from scheduled pipelines See merge request !173
-
-
Markus Holzer authored
Fix usages of deprecated features. See merge request !174
-
-
Markus Holzer authored
Welford algorithm extension See merge request !175
-
-
Helen Schottenhamml authored
[Fix] nightly-sympy pipeline See merge request !176
-
Helen Schottenhamml authored
[BugFix] shear wave test See merge request !171
-
Markus Holzer authored
-
Markus Holzer authored
-
Philipp Suffa authored
Correction for paramter calculation of Allen Cahn model See merge request !178
-
-
Philipp Suffa authored
Integrate force calculation in wall boundaries See merge request !177
-
-
Markus Holzer authored
Implements a getter function for the strain rate tensor See merge request !179
-
Markus Holzer authored
-
Markus Holzer authored
[FIX] PSM generation See merge request !180
-
-
Markus Holzer authored
Added a copy kernel, which can be used to transfer data from a source field to a destination field. See merge request !181
-
-
Markus Holzer authored
Fix GPU copy kernels in periodicity handling Closes #45 See merge request pycodegen/lbmpy!182
-
-
Frederik Hennig authored
Fix Musker's law See merge request !185
-
-
Frederik Hennig authored
Fix fluctuating LB with zero centered pdf storage See merge request !186
-
Frederik Hennig authored
-
Christoph Alt authored
Remove invalid clause about generated code from licence file See merge request !188
-
-
Samuel Kemmler authored
Optmizations for kernel generation for the partially saturated cells method See merge request !187
-
Frederik Hennig authored
-
Frederik Hennig authored
Changes for compatibility with pystencils 2.0 See merge request !172
Showing
- .gitattributes 1 addition, 1 deletion.gitattributes
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 127 additions, 142 deletions.gitlab-ci.yml
- AUTHORS.txt 1 addition, 0 deletionsAUTHORS.txt
- COPYING.txt 0 additions, 12 deletionsCOPYING.txt
- conftest.py 40 additions, 12 deletionsconftest.py
- doc/img/lbmpy-logo.svg 794 additions, 0 deletionsdoc/img/lbmpy-logo.svg
- doc/img/logo.svg 27 additions, 31 deletionsdoc/img/logo.svg
- doc/notebooks/00_tutorial_lbmpy_walberla_overview.ipynb 20 additions, 20 deletionsdoc/notebooks/00_tutorial_lbmpy_walberla_overview.ipynb
- doc/notebooks/02_tutorial_boundary_setup.ipynb 15 additions, 24 deletionsdoc/notebooks/02_tutorial_boundary_setup.ipynb
- doc/notebooks/06_tutorial_modifying_method_smagorinsky.ipynb 2 additions, 2 deletionsdoc/notebooks/06_tutorial_modifying_method_smagorinsky.ipynb
- doc/notebooks/demo_interpolation_boundary_conditions.ipynb 7 additions, 9 deletionsdoc/notebooks/demo_interpolation_boundary_conditions.ipynb
- doc/notebooks/demo_thermalized_lbm.ipynb 26 additions, 22 deletionsdoc/notebooks/demo_thermalized_lbm.ipynb
- doc/sphinx/lbmpy.bib 38 additions, 0 deletionsdoc/sphinx/lbmpy.bib
- noxfile.py 170 additions, 0 deletionsnoxfile.py
- pyproject.toml 3 additions, 4 deletionspyproject.toml
- pytest.ini 9 additions, 1 deletionpytest.ini
- src/lbmpy/__init__.py 6 additions, 5 deletionssrc/lbmpy/__init__.py
- src/lbmpy/_compat.py 42 additions, 0 deletionssrc/lbmpy/_compat.py
- src/lbmpy/_version.py 239 additions, 81 deletionssrc/lbmpy/_version.py
doc/img/lbmpy-logo.svg
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
noxfile.py
0 → 100644
src/lbmpy/_compat.py
0 → 100644