[cig-commits] r13569 - cs/cigma/trunk/tests/system

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:14:38 PST 2008


Author: luis
Date: 2008-12-09 18:14:37 -0800 (Tue, 09 Dec 2008)
New Revision: 13569

Modified:
   cs/cigma/trunk/tests/system/100-extract.sh
   cs/cigma/trunk/tests/system/200-eval.sh
   cs/cigma/trunk/tests/system/300-compare.sh
Log:
Updated system tests

Modified: cs/cigma/trunk/tests/system/100-extract.sh
===================================================================
--- cs/cigma/trunk/tests/system/100-extract.sh	2008-12-10 02:14:36 UTC (rev 13568)
+++ cs/cigma/trunk/tests/system/100-extract.sh	2008-12-10 02:14:37 UTC (rev 13569)
@@ -3,9 +3,8 @@
 D=$HOME/cigma/tests
 
 ./cigma extract \
-    --rule=tet4 \
+    --output=$D/system/out/100.h5 \
     --mesh=$D/data/brick2/brick2.h5:/ \
-    --output=$D/system/out/quux.h5
-    \
+    --mesh-cell=tet4 \
     $*
 

Modified: cs/cigma/trunk/tests/system/200-eval.sh
===================================================================
--- cs/cigma/trunk/tests/system/200-eval.sh	2008-12-10 02:14:36 UTC (rev 13568)
+++ cs/cigma/trunk/tests/system/200-eval.sh	2008-12-10 02:14:37 UTC (rev 13569)
@@ -3,6 +3,8 @@
 D=$HOME/cigma/tests
 
 ./cigma eval \
-    \
+    --output=$D/system/out/200.h5:/values \
+    --points=$D/data/brick1/brick1.h5:/coordinates \
+    --function=test.cube \
     $*
 

Modified: cs/cigma/trunk/tests/system/300-compare.sh
===================================================================
--- cs/cigma/trunk/tests/system/300-compare.sh	2008-12-10 02:14:36 UTC (rev 13568)
+++ cs/cigma/trunk/tests/system/300-compare.sh	2008-12-10 02:14:37 UTC (rev 13569)
@@ -5,12 +5,12 @@
 B=$D/data/brick2
 
 ./cigma compare \
-    \
+    --output=$D/system/out/300.h5 \
     --first=$A/CubeFn.dat \
     --first-mesh=$A/brick1.h5:/ \
-    \
+    --first-mesh-cell=hex8 \
     --second=$B/CubeFn.dat \
     --second-mesh=$B/brick2.h5:/ \
-    \
+    --second-mesh-cell=tet4 \
     $*
 



More information about the CIG-COMMITS mailing list