aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-09-30 10:30:59 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-09-30 10:30:59 +0000
commit42fbcb8b87af93b1b0d0fb2eb117e5eff357a490 (patch)
tree9e7d6ccb2544f8f379f3c719c0e2e96443ef8493 /test
parent1a983d5d1435d4aa400c5d600aee287c834717af (diff)
Removed the old testsuite parameter file.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@152 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'test')
-rw-r--r--test/eh_test1.par56
1 files changed, 0 insertions, 56 deletions
diff --git a/test/eh_test1.par b/test/eh_test1.par
deleted file mode 100644
index cbeeaf2..0000000
--- a/test/eh_test1.par
+++ /dev/null
@@ -1,56 +0,0 @@
-ActiveThorns = " admbase coordgauge staticconformal cartgrid3d time pugh pughreduce pughslab ioascii ioutil iobasic boundary pughinterp ehfinder mol exact admcoupling nanchecker "
-
-IOBasic::outScalar_vars = " ehfinder::f ehfinder::sf ehfinder::eh_mask"
-IOASCII::out1D_vars = " ehfinder::f ehfinder::sf ehfinder::eh_mask"
-IOBasic::outInfo_vars = "ehfinder::f admbase::alp"
-
-IO::out_dir = "./eh_test1"
-
-driver::global_nx = 30
-driver::global_ny = 30
-driver::global_nz = 30
-
-time::dtfac = -0.25
-
-grid::type = "byspacing"
-
-grid::dxyz = 0.2
-grid::domain = "full"
-
-
-pugh::ghost_size = 2
-
-cactus::cctk_itlast = 50
-
-IOBasic::outScalar_every = 1
-IOBasic::outInfo_every = 1
-IOASCII::out1D_every = 1
-
-admbase::initial_data = "exact"
-admbase::initial_lapse = "exact"
-admbase::initial_shift = "exact"
-admbase::metric_type = "physical"
-
-exact::exact_model = "Kerr/Kerr-Schild"
-exact::Kerr_KerrSchild__boost_v = 0.0
-exact::Kerr_KerrSchild__mass = 1.0
-exact::Kerr_KerrSchild__spin = 0.8
-
-ehfinder::eh_metric_type = "analytic"
-ehfinder::eh_lapse_type = "analytic"
-ehfinder::eh_shift_type = "analytic"
-
-ehfinder::initial_f = "sphere"
-
-ehfinder::initial_rad = 2.0
-ehfinder::normalize = "no"
-ehfinder::one_sided = "no"
-ehfinder::shell_width = 7.0
-ehfinder::mode = "normal"
-ehfinder::re_param_method = "pde"
-ehfinder::re_param_int_method = "euler"
-ehfinder::pde_differences = "upwind2"
-ehfinder::reparametrize_every_pde = 10
-ehfinder::re_param_max_iter = 800
-
-mol::ode_method = "icn"