first overhaul of python script structure - adding a testing script to
python/dune/femdg that can be used for testing the different models and problems posed on Cartesian meshes.
parent
e16dac57
No related branches found
No related tags found
Showing
- pydemo/euler/euler.py 26 additions, 7 deletionspydemo/euler/euler.py
- pydemo/euler/main.py 19 additions, 0 deletionspydemo/euler/main.py
- pydemo/euler/shock_tube.py 0 additions, 138 deletionspydemo/euler/shock_tube.py
- pydemo/scalar/main.py 15 additions, 0 deletionspydemo/scalar/main.py
- pydemo/scalar/scalar.py 20 additions, 3 deletionspydemo/scalar/scalar.py
- pydemo/scalar/shock_tube.py 0 additions, 64 deletionspydemo/scalar/shock_tube.py
- pydemo/shallowWater/main.py 5 additions, 45 deletionspydemo/shallowWater/main.py
- pydemo/shallowWater/shallowwater.py 4 additions, 4 deletionspydemo/shallowWater/shallowwater.py
- python/dune/femdg/CMakeLists.txt 1 addition, 0 deletionspython/dune/femdg/CMakeLists.txt
- python/dune/femdg/testing.py 50 additions, 0 deletionspython/dune/femdg/testing.py
pydemo/euler/main.py
0 → 100644
pydemo/euler/shock_tube.py
deleted
100644 → 0
pydemo/scalar/main.py
0 → 100644
pydemo/scalar/shock_tube.py
deleted
100644 → 0
python/dune/femdg/testing.py
0 → 100644
Please register or sign in to comment