File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -84,19 +84,25 @@ for MOD in $MODULES; do
8484done
8585echo " PYTHONPATH = $PYTHONPATH "
8686
87- echo " Running euler script"
87+ echo " ********************************************"
88+ echo " Running dune-fem-dg/pydemo/testdg.py script"
89+ echo " ********************************************\n"
8890cd dune-fem-dg/pydemo/euler
8991$PYTHON_INTERP testdg.py
9092
9193cd $DUNE_PATH
9294
93- echo " Running advection script"
95+ echo " **********************************************************"
96+ echo " Running dune-fem-dg/pydemo/camc-paper/advection.py script"
97+ echo " **********************************************************\n"
9498cd dune-fem-dg/pydemo/camc-paper
9599# mpirun -np 2 --oversubscribe python3 advection.py 2
96100$PYTHON_INTERP advection.py 2
97101
98102cd $DUNE_PATH
99- echo " Running fem-tutorial script"
103+ echo " *****************************************"
104+ echo " Running twophaseflow.py from fem-tutorial"
105+ echo " *****************************************\n"
100106$PYTHON_INTERP -m dune.fem
101107cd fem_tutorial
102108
You can’t perform that action at this time.
0 commit comments