Commits on Source (18)
-
Markus Holzer authoredce7d227a
-
Michael Kuron authored
Update for python 3.11 See merge request !143
4172b0db -
1175fb4a
-
Helen Schottenhamml authored
Introduce Central moment forcing again See merge request !144
3a038e10 -
a31aa2da
-
Michael Kuron authored
Replace PyCuda with CuPy See merge request !145
7a7d351c -
Michael Kuron authored4f1d2c94
-
Markus Holzer authored
Remove pystencils.GPU_DEVICE See merge request !146
f438ddd7 -
Markus Holzer authoredfa2e01f8
-
Markus Holzer authored
Remove windows from CI See merge request !148
37fb1ede -
a18a4c1e
-
Markus Holzer authored
Fourth-order correction for cumulants See merge request !147
9645d493 -
Helen Schottenhamml authoredd0b0f1b8
-
Markus Holzer authored
Shorten shear wave scenario. See merge request !151
358eead3 -
0809e2ea
-
Philipp Suffa authored
Generalise Cumulant simplificaiton See merge request !150
9785a424 -
Frederik Hennig authored362644fa
-
Markus Holzer authored
Added new paper to readme See merge request !152
cd1bc2f3
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 17 additions, 17 deletions.gitlab-ci.yml
- README.md 1 addition, 0 deletionsREADME.md
- binder/environment.yml 2 additions, 2 deletionsbinder/environment.yml
- conftest.py 5 additions, 2 deletionsconftest.py
- doc/conf.py 1 addition, 1 deletiondoc/conf.py
- doc/notebooks/00_tutorial_lbmpy_walberla_overview.ipynb 78 additions, 43 deletionsdoc/notebooks/00_tutorial_lbmpy_walberla_overview.ipynb
- doc/notebooks/01_tutorial_predefinedScenarios.ipynb 2 additions, 2 deletionsdoc/notebooks/01_tutorial_predefinedScenarios.ipynb
- doc/notebooks/10_tutorial_conservative_allen_cahn_two_phase.ipynb 5 additions, 9 deletions...books/10_tutorial_conservative_allen_cahn_two_phase.ipynb
- doc/sphinx/lbmpy.bib 18 additions, 0 deletionsdoc/sphinx/lbmpy.bib
- lbmpy/advanced_streaming/communication.py 7 additions, 7 deletionslbmpy/advanced_streaming/communication.py
- lbmpy/chapman_enskog/chapman_enskog.py 1 addition, 1 deletionlbmpy/chapman_enskog/chapman_enskog.py
- lbmpy/creationfunctions.py 42 additions, 4 deletionslbmpy/creationfunctions.py
- lbmpy/db.py 47 additions, 0 deletionslbmpy/db.py
- lbmpy/enums.py 4 additions, 0 deletionslbmpy/enums.py
- lbmpy/forcemodels.py 22 additions, 0 deletionslbmpy/forcemodels.py
- lbmpy/max_domain_size_info.py 9 additions, 7 deletionslbmpy/max_domain_size_info.py
- lbmpy/methods/abstractlbmethod.py 2 additions, 2 deletionslbmpy/methods/abstractlbmethod.py
- lbmpy/methods/cumulantbased/__init__.py 2 additions, 1 deletionlbmpy/methods/cumulantbased/__init__.py
- lbmpy/methods/cumulantbased/cumulant_simplifications.py 1 addition, 4 deletionslbmpy/methods/cumulantbased/cumulant_simplifications.py
This diff is collapsed.
lbmpy/db.py
0 → 100644