aboutsummaryrefslogtreecommitdiff
path: root/run/test-both-ahfinders/hemi.par
diff options
context:
space:
mode:
Diffstat (limited to 'run/test-both-ahfinders/hemi.par')
-rw-r--r--run/test-both-ahfinders/hemi.par58
1 files changed, 58 insertions, 0 deletions
diff --git a/run/test-both-ahfinders/hemi.par b/run/test-both-ahfinders/hemi.par
new file mode 100644
index 0000000..b2d2285
--- /dev/null
+++ b/run/test-both-ahfinders/hemi.par
@@ -0,0 +1,58 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH ADMBase ADMCoupling CoordGauge StaticConformal Exact AHFinderDirect"
+
+# flesh
+cactus::cctk_itlast = 0
+
+# PUGH
+driver::ghost_size = 2
+driver::global_nx = 31
+driver::global_ny = 31
+driver::global_nz = 17
+
+# CartGrid3D
+grid::domain = "bitant"
+grid::avoid_origin = "false"
+grid::type = "byspacing"
+grid::dxyz = 0.2
+
+# ADMBase
+ADMBase::initial_lapse = "exact"
+ADMBase::initial_shift = "exact"
+ADMBase::initial_data = "exact"
+ADMBase::lapse_evolution_method = "static"
+ADMBase::shift_evolution_method = "static"
+ADMBase::metric_type = "physical"
+
+# Exact
+Exact::exact_model = "Kerr/Kerr-Schild"
+Exact::Kerr_KerrSchild__mass = 1.0
+Exact::Kerr_KerrSchild__spin = 0.6
+
+AHFinderDirect::find_AHs_at_postinitial = "true"
+AHFinderDirect::find_AHs_at_poststep = "false"
+AHFinderDirect::verbose_level = "algorithm details"
+AHFinderDirect::print_timing_stats = "true"
+
+AHFinderDirect::method = "evaluate expansion"
+AHFinderDirect::final_Theta_update_if_Delta_h_converged = "true"
+AHFinderDirect::h_base_file_name = "hemi.h"
+AHFinderDirect::how_often_to_output_Theta = 1
+AHFinderDirect::Theta_base_file_name = "hemi.Theta"
+
+AHFinderDirect::N_horizons = 1
+AHFinderDirect::origin_x[1] = 0.5
+AHFinderDirect::origin_y[1] = 0.7
+AHFinderDirect::origin_z[1] = 0.0
+AHFinderDirect::ghost_zone_width = 2
+AHFinderDirect::patch_overlap_width = 1
+AHFinderDirect::N_zones_per_right_angle = 18
+
+AHFinderDirect::geometry_interpolator_pars = "order=3 out_of_range_tolerance={-1.0 -1.0 -1.0 -1.0 -1.0 -1.0}"
+
+AHFinderDirect::initial_guess_method = "Kerr/Kerr-Schild"
+AHFinderDirect::initial_guess__Kerr_KerrSchild__x_posn[1] = 0.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__y_posn[1] = 0.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__z_posn[1] = 0.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__mass[1] = 1.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__spin[1] = 0.6