Skip to content

Commit 792b647

Browse files
WojciechNeumanmichalszcTosiekdevPPojdaIriide
authored
new example: Burgers equation solution with MPDATA (#577)
Co-authored-by: Michał Szczygieł <michalszc05@gmail.com> Co-authored-by: Tosiekdev <antonizieciak@gmail.com> Co-authored-by: PPojda <paulinap1002@interia.pl> Co-authored-by: Iriide <asiawoj1@gmail.com> Co-authored-by: PPojda <131207909+PPojda@users.noreply.github.com> Co-authored-by: Tosiekdev <92332506+Tosiekdev@users.noreply.github.com> Co-authored-by: Sylwester Arabas <sylwester.arabas@agh.edu.pl>
1 parent 0dd2f39 commit 792b647

File tree

7 files changed

+3696
-1
lines changed

7 files changed

+3696
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_*/fig_4.svg /home/runner/work/_temp/_github_home/figures
193193
mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_*/advection_diffusion.gif /home/runner/work/_temp/_github_home/figures
194194
mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_*/wikipedia_example.gif /home/runner/work/_temp/_github_home/figures
195+
mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_*/burgers.gif /home/runner/work/_temp/_github_home/figures
195196
196197
# - if: ${{ failure() }}
197198
# uses: mxschmitt/action-tmate@v3

.zenodo.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,26 @@
4949
{
5050
"affiliation": "Jagiellonian University, Kraków, Poland",
5151
"name": "Sadowski, Michał"
52+
},
53+
{
54+
"affiliation": "AGH University of Krakow, Poland",
55+
"name": "Neuman, Wojciech"
56+
},
57+
{
58+
"affiliation": "AGH University of Krakow, Poland",
59+
"name": "Pojda, Paulina"
60+
},
61+
{
62+
"affiliation": "AGH University of Krakow, Poland",
63+
"name": "Szczygieł, Michał"
64+
},
65+
{
66+
"affiliation": "AGH University of Krakow, Poland",
67+
"name": "Wójcicka, Joanna"
68+
},
69+
{
70+
"affiliation": "AGH University of Krakow, Poland",
71+
"name": "Zięciak, Antoni"
5272
}
5373
],
5474
"keywords": [
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""
2+
PyMPDATA 1D Burgers' equation example
3+
4+
burgers-equation.ipynb:
5+
.. include:: ./burgers_equation.ipynb.badges.md
6+
"""
7+
8+
from .burgers_equation import run_numerical_simulation

0 commit comments

Comments
 (0)