Skip to content
Snippets Groups Projects
Commit fc12b0e5 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'swe_demo_notebook' into 'master'

Added demo notebook for the SWE

See merge request pycodegen/lbmpy!133
parents 4141e119 49bed022
Branches
Tags
No related merge requests found
Pipeline #47511 failed
...@@ -26,7 +26,7 @@ templates_path = ['_templates'] ...@@ -26,7 +26,7 @@ templates_path = ['_templates']
source_suffix = '.rst' source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
copyright = f'{datetime.datetime.now().year}, Martin Bauer, Markus Holzer' copyright = f'{datetime.datetime.now().year}, Martin Bauer, Markus Holzer, Frederik Hennig'
author = 'Martin Bauer, Markus Holzer, Frederik Hennig' author = 'Martin Bauer, Markus Holzer, Frederik Hennig'
# The short X.Y version (including .devXXXX, rcX, b1 suffixes if present) # The short X.Y version (including .devXXXX, rcX, b1 suffixes if present)
version = re.sub(r'(\d+\.\d+)\.\d+(.*)', r'\1\2', lbmpy.__version__) version = re.sub(r'(\d+\.\d+)\.\d+(.*)', r'\1\2', lbmpy.__version__)
......
...@@ -673,7 +673,7 @@ ...@@ -673,7 +673,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3 (ipykernel)", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
...@@ -687,7 +687,7 @@ ...@@ -687,7 +687,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.9" "version": "3.8.2"
}, },
"vscode": { "vscode": {
"interpreter": { "interpreter": {
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -25,4 +25,5 @@ You can open the notebooks directly to play around with the code examples. ...@@ -25,4 +25,5 @@ You can open the notebooks directly to play around with the code examples.
/notebooks/demo_moments_cumulants_and_maxwellian_equilibrium.ipynb /notebooks/demo_moments_cumulants_and_maxwellian_equilibrium.ipynb
/notebooks/demo_automatic_chapman_enskog_analysis.ipynb /notebooks/demo_automatic_chapman_enskog_analysis.ipynb
/notebooks/demo_thermalized_lbm.ipynb /notebooks/demo_thermalized_lbm.ipynb
/notebooks/demo_shallow_water_lbm.ipynb
/notebooks/demo_theoretical_background_generic_equilibrium_construction.ipynb /notebooks/demo_theoretical_background_generic_equilibrium_construction.ipynb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment