aboutsummaryrefslogtreecommitdiff
path: root/test/eh_test1.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/eh_test1.par')
-rw-r--r--test/eh_test1.par56
1 files changed, 56 insertions, 0 deletions
diff --git a/test/eh_test1.par b/test/eh_test1.par
new file mode 100644
index 0000000..f963ca0
--- /dev/null
+++ b/test/eh_test1.par
@@ -0,0 +1,56 @@
+ActiveThorns = " admbase coordgauge staticconformal cartgrid3d time pugh pughreduce pughslab ioascii ioutil iobasic boundary pughinterp ehfinder mol exact admcoupling "
+
+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"