aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiener <diener@eec4d7dc-71c2-46d6-addf-10296150bf52>2009-01-27 18:38:02 +0000
committerdiener <diener@eec4d7dc-71c2-46d6-addf-10296150bf52>2009-01-27 18:38:02 +0000
commit63f13144430698f212d94d9273f94ee010c4b76e (patch)
treef7f03f3ea24ef2ab3dcd1f6a2f6c8801eacc6df5
parenta509b3065010379f4d9708c73102837a6a28cecc (diff)
Change it back to full mode, since the exisiting output files are in
full mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@110 eec4d7dc-71c2-46d6-addf-10296150bf52
-rw-r--r--test/test_cartoon_3.par6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_cartoon_3.par b/test/test_cartoon_3.par
index 435cf54..7c6d3ec 100644
--- a/test/test_cartoon_3.par
+++ b/test/test_cartoon_3.par
@@ -27,7 +27,7 @@ cartoon2d::order = 3
driver::global_nx = 19
driver::global_ny = 5
-driver::global_nz = 19
+driver::global_nz = 34
driver::ghost_size_x = 2
driver::ghost_size_y = 2
@@ -36,12 +36,12 @@ driver::ghost_size_z = 2
grid::avoid_originy = "no"
grid::type = "byrange"
-grid::domain = "bitant"
+grid::domain = "full"
grid::xmin = -0.3
grid::xmax = +3.3
grid::ymin = -0.4
grid::ymax = +0.4
-grid::zmin = -0.3
+grid::zmin = -3.3
grid::zmax = +3.3
time::dtfac = 0.25