aboutsummaryrefslogtreecommitdiff
path: root/test/test_cartoon_3.par
diff options
context:
space:
mode:
authorschnetter <schnetter@eec4d7dc-71c2-46d6-addf-10296150bf52>2008-01-16 15:03:40 +0000
committerschnetter <schnetter@eec4d7dc-71c2-46d6-addf-10296150bf52>2008-01-16 15:03:40 +0000
commitc2cd724c82c0db1fa6f71c57998138b731d23034 (patch)
tree951186afb4f11b1e7b355bffca26d1c3e5d3b859 /test/test_cartoon_3.par
parentbdbe4b70a827be52b9dd15db1a490bc1f52600c0 (diff)
Remove outdated parameter files.
Update current parameter files. Deactivated AHFinder since something doesn't seem to work with its output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@100 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'test/test_cartoon_3.par')
-rw-r--r--test/test_cartoon_3.par55
1 files changed, 30 insertions, 25 deletions
diff --git a/test/test_cartoon_3.par b/test/test_cartoon_3.par
index 8c85b6f..435cf54 100644
--- a/test/test_cartoon_3.par
+++ b/test/test_cartoon_3.par
@@ -1,8 +1,9 @@
#==============================================================================
-# Cartoon2D, using a full grid
+# Cartoon2D, using bitant mode, and BSSN_MoL
#==============================================================================
-ActiveThorns = "admanalysis cartoon2d ADMcoupling ADMMacros Coordgauge spacemask staticconformal idanalyticbh admbase adm_bssn admconstraints ahfinder pughinterp boundary time pugh pughreduce pughslab cartgrid3d ioascii ioutil iobasic localinterp"
+ActiveThorns = "cartoon2d idanalyticbh admbase admcoupling admmacros coordgauge spacemask staticconformal admanalysis bssn_mol mol nanchecker admconstraints pughinterp boundary time pugh pughreduce pughslab cartgrid3d ioascii ioutil iobasic localinterp localreduce coordbase initbase symbase"
+## ahfinder
#------------------------------------------------------------------------------
# Run parameters for Cartoon
@@ -13,7 +14,6 @@ cartoon2d::cartoon_active = "yes"
cartoon2d::verbose = "yes"
cartoon2d::stencil = "yes"
cartoon2d::order = 3
-cartoon2d::allow_grid_resize = "yes"
# This is for 2 processors, you have to
# change manually by processor numbers.
@@ -25,9 +25,9 @@ cartoon2d::allow_grid_resize = "yes"
# Grid
-driver::global_nx = 16
-driver::global_ny = 3
-driver::global_nz = 32
+driver::global_nx = 19
+driver::global_ny = 5
+driver::global_nz = 19
driver::ghost_size_x = 2
driver::ghost_size_y = 2
@@ -35,9 +35,14 @@ driver::ghost_size_z = 2
grid::avoid_originy = "no"
-grid::type = "byspacing"
-grid::domain = "full"
-grid::dxyz = 0.2
+grid::type = "byrange"
+grid::domain = "bitant"
+grid::xmin = -0.3
+grid::xmax = +3.3
+grid::ymin = -0.4
+grid::ymax = +0.4
+grid::zmin = -0.3
+grid::zmax = +3.3
time::dtfac = 0.25
@@ -45,12 +50,12 @@ cactus::cctk_itlast = 1
# MODEL
-admbase::metric_type = "static conformal"
-admbase::initial_data = "schwarzschild"
+admbase::initial_data = "schwarzschild"
+admbase::metric_type = "static conformal"
#--- Evolution
admbase::evolution_method = "adm_bssn"
-adm_bssn::method = "icn"
+methodoflines::ode_method = "icn"
adm_bssn::bound = "flat"
adm_bssn::cartoon = "yes"
admconstraints::cartoon = "yes"
@@ -58,19 +63,19 @@ admconstraints::cartoon = "yes"
#--- gauge
admbase::lapse_evolution_method = "1+log"
-#--- AHFinder.
-
-ahfinder::ahf_active = "yes"
-ahfinder::ahf_cartoon = "yes"
-
-ahfinder::ahf_phi = "no"
-ahfinder::ahf_octant = "high"
-
-ahfinder::ahf_lmax = 0
-
-# Interpolation.
-
-ahfinder::interpolation_order = 1
+## #--- AHFinder.
+##
+## ahfinder::ahf_active = "yes"
+## ahfinder::ahf_cartoon = "yes"
+##
+## ahfinder::ahf_phi = "no"
+## ahfinder::ahf_octant = "high"
+##
+## ahfinder::ahf_lmax = 0
+##
+## # Interpolation.
+##
+## ahfinder::interpolation_order = 1
#------------------------------------------------------------------------------
# Output