Skip to content
Snippets Groups Projects
Commit ef195138 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Modifying eoc test script for the eikonal problem.

parent 2569cbbc
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
device="host" device="host"
dimensions="1D 2D 3D" dimensions="1D 2D 3D"
#dimensions="1D" #dimensions="1D"
sizes1D="16 32 64 128 256 512" sizes1D="16 32 64 128 256 512 1024 2048 4096"
#sizes1D="256" #sizes1D="256"
sizes2D="16 32 64 128 256 512" sizes2D="16 32 64 128 256 512 1024"
#sizes2D="8" #sizes2D="8"
sizes3D="16 32 64 128" sizes3D="16 32 64 128 256"
testFunctions="sin-wave" testFunctions="paraboloid"
snapshotPeriod=0.1 snapshotPeriod=0.1
finalTime=1.5 finalTime=1.5
solverName="tnl-hamilton-jacobi" solverName="tnl-hamilton-jacobi"
...@@ -23,7 +23,7 @@ setupTestFunction() ...@@ -23,7 +23,7 @@ setupTestFunction()
origin=-1.0 origin=-1.0
proportions=2.0 proportions=2.0
amplitude=1.0 amplitude=1.0
waveLength=0.25 waveLength=0.2
waveLengthX=0.2 waveLengthX=0.2
waveLengthY=0.2 waveLengthY=0.2
waveLengthZ=0.2 waveLengthZ=0.2
...@@ -115,8 +115,8 @@ solve() ...@@ -115,8 +115,8 @@ solve()
computeError() computeError()
{ {
tnl-diff --mesh mesh.tnl \ tnl-diff --mesh mesh.tnl \
--input-files exact-u-*.tnl u-*.tnl \ --input-files final-u.tnl u-*.tnl \
--mode halves \ --mode sequence \
--snapshot-period ${snapshotPeriod} \ --snapshot-period ${snapshotPeriod} \
--output-file errors.txt \ --output-file errors.txt \
--write-difference yes --write-difference yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment