aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-31 08:07:05 +0000
committerallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-31 08:07:05 +0000
commite8686ad4c335ae8b1d8571dda41eb1ea0a55beeb (patch)
tree1634c2cef16b42af233cc2870bb28a9ecc71669f /test
parenta4008efb4ff5df9af999f87badc3fb6f7f9c02b7 (diff)
Add the right parameter file for the test
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@47 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'test')
-rw-r--r--test/test_cartoon_3.par15
1 files changed, 7 insertions, 8 deletions
diff --git a/test/test_cartoon_3.par b/test/test_cartoon_3.par
index 780f6f4..cc7eafe 100644
--- a/test/test_cartoon_3.par
+++ b/test/test_cartoon_3.par
@@ -1,8 +1,8 @@
#==============================================================================
-# Cartoon2D, using a bitant grid
+# Cartoon2D, using a full grid
#==============================================================================
-ActiveThorns = "cartoon2d idanalyticbh coordgauge admcoupling admmacros admbase admanalysis spacemask staticconformal adm_bssn admconstraints ahfinder pughinterp boundary time pugh pughreduce pughslab cartgrid3d ioascii ioutil iobasic"
+ActiveThorns = "admanalysis cartoon2d ADMcoupling ADMMacros Coordgauge spacemask staticconformal idanalyticbh admbase adm_bssn admconstraints ahfinder pughinterp boundary time pugh pughreduce pughslab cartgrid3d ioascii ioutil iobasic"
#------------------------------------------------------------------------------
# Run parameters for Cartoon
@@ -27,7 +27,7 @@ cartoon2d::allow_grid_resize = "yes"
driver::global_nx = 16
driver::global_ny = 3
-driver::global_nz = 16
+driver::global_nz = 32
driver::ghost_size_x = 2
driver::ghost_size_y = 2
@@ -36,8 +36,7 @@ driver::ghost_size_z = 2
grid::avoid_originy = "no"
grid::type = "byspacing"
-grid::domain = "bitant"
-grid::bitant_plane = "xy"
+grid::domain = "full"
grid::dxyz = 0.2
time::dtfac = 0.25
@@ -46,10 +45,10 @@ cactus::cctk_itlast = 1
# MODEL
+admbase::metric_type = "static conformal"
admbase::initial_data = "schwarzschild"
#--- Evolution
-admbase::metric_type = "static conformal"
admbase::evolution_method = "adm_bssn"
adm_bssn::method = "icn"
adm_bssn::bound = "flat"
@@ -57,7 +56,7 @@ adm_bssn::cartoon = "yes"
admconstraints::cartoon = "yes"
#--- gauge
-admbase::lapse_evolution_method = "1+log"
+admbase::lapse_evolution_method = "1+log"
#--- AHFinder.
@@ -76,7 +75,7 @@ ahfinder::interpolation_order = 1
#------------------------------------------------------------------------------
# Output
#------------------------------------------------------------------------------
-IO::outdir = "test_cartoon_3"
+IO::out_dir = "test_cartoon_3"
IO::out_fileinfo = "none"
IOBasic::outScalar_every = 1