Skip to content

Commit

Permalink
one more ref
Browse files Browse the repository at this point in the history
  • Loading branch information
florianwechsung committed Dec 8, 2020
1 parent 4de63df commit 7de4e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ iters2dsvlinke:pre
$(exec) iters.py --nref-start 1 --nref-end 4 --problem potentialflow2d --k 2 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type burman --patch macro --smoothing 6 --restriction --stabilisation-weight 5e-3 2>&1 | tee logs/iters2dsvk2potentialflow.log
$(exec) iters.py --nref-start 1 --nref-end 4 --problem potentialflow2d --k 3 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type burman --patch macro --smoothing 6 --restriction --stabilisation-weight 5e-3 2>&1 | tee logs/iters2dsvk3potentialflow.log
$(exec) iters.py --nref-start 1 --nref-end 4 --problem superposition2d --k 2 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type burman --patch macro --smoothing 6 --restriction --stabilisation-weight 5e-3 2>&1 | tee logs/iters2dsvk2superposition.log
$(exec) iters.py --nref-start 1 --nref-end 3 --problem superposition2d --k 3 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type burman --patch macro --smoothing 6 --restriction --stabilisation-weight 5e-3 2>&1 | tee logs/iters2dsvk3superposition.log
$(exec) iters.py --nref-start 1 --nref-end 4 --problem superposition2d --k 3 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type burman --patch macro --smoothing 6 --restriction --stabilisation-weight 5e-3 2>&1 | tee logs/iters2dsvk3superposition.log
$(exec) iters.py --nref-start 1 --nref-end 4 --problem superposition2d --k 2 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type none --patch macro --smoothing 6 --restriction --stabilisation-weight 0 2>&1 | tee logs/iters2dsvk2superpositionnostab.log
$(exec) iters.py --nref-start 1 --nref-end 3 --problem superposition2d --k 3 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type none --patch macro --smoothing 6 --restriction --stabilisation-weight 0 2>&1 | tee logs/iters2dsvk3superpositionnostab.log
$(exec) iters.py --nref-start 1 --nref-end 4 --problem superposition2d --k 3 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type none --patch macro --smoothing 6 --restriction --stabilisation-weight 0 2>&1 | tee logs/iters2dsvk3superpositionnostab.log

iters2dsv: pre
$(exec) iters.py --nref-start 1 --nref-end 4 --problem ldc2d --k 2 --baseN 10 --solver-type almg --discretisation sv --mh bary --stabilisation-type none --patch macro --smoothing 6 --restriction --stabilisation-weight 0 2>&1 | tee logs/iters2dsvldcrestrict0k2.log
Expand Down

0 comments on commit 7de4e23

Please sign in to comment.