Skip to content

Commit

Permalink
comparison against trixi via 2d advection (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmagnu authored Nov 8, 2024
1 parent 0dd54e2 commit 1b951f4
Show file tree
Hide file tree
Showing 5 changed files with 672 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
fetch-depth: 0

- uses: actions/setup-python@v5.2.0
with:
Expand All @@ -195,6 +195,8 @@ jobs:
sudo make install
cd ../../../
rm -rf libmpdataxx
- uses: julia-actions/setup-julia@v2
- run: julia --version

# https://github.com/numba/numba/issues/6350#issuecomment-728174860
- if: matrix.platform == 'ubuntu-latest'
Expand Down
7 changes: 7 additions & 0 deletions examples/PyMPDATA_examples/trixi_comparison/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
This example uses a basic 2D advection test case to compare PyMPDATA
solution against Trixi.jl (Julia DG code)
advection_comparison.ipynb:
.. include:: ./advection_comparison.ipynb.badges.md
"""
Loading

0 comments on commit 1b951f4

Please sign in to comment.