We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fe54b commit 6fdf8aeCopy full SHA for 6fdf8ae
testing/completeInstall.sh
@@ -11,5 +11,6 @@ cd ..
11
pip install --pre --find-links file://$PWD/../dist dune.vem
12
python -m dune.fem
13
cd fem_tutorial
14
+python laplace-adaptive.py
15
python vemdemo.py
16
cd ..
testing/femdgSourceNoVenv.sh
@@ -73,5 +73,5 @@ $PYTHON_INTERP -m dune.fem
73
74
75
#mpirun -np 2 --oversubscribe python3 laplace-adaptive.py
76
-$PYTHON_INTERP laplace-adaptive.py
+# $PYTHON_INTERP laplace-adaptive.py
77
$PYTHON_INTERP twophaseflow.py testing
0 commit comments