aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-15 15:08:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-15 15:08:25 +0000
commited23958494a8606ed8d815f9354b08893f0e1778 (patch)
treeb17783486ac8b0ae11c4aec20065f2cf624014d8 /run
parent2c8c5f946106f6ab597492f86318065265ac5ccd (diff)
tweaks for testing/debugging this thorn
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@888 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'run')
-rw-r--r--run/test-ahfinderdirect/Kerr/full_sphere.par48
-rw-r--r--run/test-ahfinderdirect/Schw/full_sphere.par20
2 files changed, 57 insertions, 11 deletions
diff --git a/run/test-ahfinderdirect/Kerr/full_sphere.par b/run/test-ahfinderdirect/Kerr/full_sphere.par
new file mode 100644
index 0000000..65352f6
--- /dev/null
+++ b/run/test-ahfinderdirect/Kerr/full_sphere.par
@@ -0,0 +1,48 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH ADMBase ADMCoupling StaticConformal CoordGauge Exact AHFinderDirect"
+
+# flesh
+cactus::cctk_itlast = 0
+
+# PUGH
+driver::ghost_size = 2
+driver::global_nx = 31
+driver::global_ny = 31
+driver::global_nz = 31
+
+# CartGrid3D
+grid::domain = "full"
+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
+
+AHFinderDirect::find_AHs_at_postinitial = "true"
+AHFinderDirect::find_AHs_at_poststep = "false"
+
+AHFinderDirect::how_often_to_output_H_of_h = 1
+AHFinderDirect::final_H_update_if_exit_x_H_small = "true"
+AHFinderDirect::h_base_file_name = "full_sphere.h"
+AHFinderDirect::H_of_h_base_file_name = "full_sphere.H"
+
+AHFinderDirect::N_horizons = 1
+AHFinderDirect::origin_x[1] = 0.0
+AHFinderDirect::origin_y[1] = 0.0
+AHFinderDirect::origin_z[1] = 0.0
+
+AHFinderDirect::initial_guess_method = "coordinate sphere"
+AHFinderDirect::initial_guess__coord_sphere__x_center[1] = 0.0
+AHFinderDirect::initial_guess__coord_sphere__y_center[1] = 0.0
+AHFinderDirect::initial_guess__coord_sphere__z_center[1] = 0.0
+AHFinderDirect::initial_guess__coord_sphere__radius[1] = 1.5
diff --git a/run/test-ahfinderdirect/Schw/full_sphere.par b/run/test-ahfinderdirect/Schw/full_sphere.par
index eb0499d..002d24f 100644
--- a/run/test-ahfinderdirect/Schw/full_sphere.par
+++ b/run/test-ahfinderdirect/Schw/full_sphere.par
@@ -25,26 +25,24 @@ 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
+Exact::exact_model = "Schwarzschild/EF"
+Exact::Schwarzschild_EF__mass = 1.0
AHFinderDirect::find_AHs_at_postinitial = "true"
AHFinderDirect::find_AHs_at_poststep = "false"
-AHFinderDirect::verbose_level = "algorithm highlights"
-AHFinderDirect::print_timing_stats = "true"
+AHFinderDirect::how_often_to_output_H_of_h = 1
AHFinderDirect::final_H_update_if_exit_x_H_small = "true"
AHFinderDirect::h_base_file_name = "full_sphere.h"
AHFinderDirect::H_of_h_base_file_name = "full_sphere.H"
AHFinderDirect::N_horizons = 1
-AHFinderDirect::origin_x[1] = 0.5
-AHFinderDirect::origin_y[1] = 0.7
+AHFinderDirect::origin_x[1] = 0.0
+AHFinderDirect::origin_y[1] = 0.0
AHFinderDirect::origin_z[1] = 0.0
AHFinderDirect::initial_guess_method = "coordinate sphere"
-AHFinderDirect::initial_guess__coord_sphere__x_center[1] = -0.2
-AHFinderDirect::initial_guess__coord_sphere__y_center[1] = 0.3
-AHFinderDirect::initial_guess__coord_sphere__z_center[1] = 0.0
-AHFinderDirect::initial_guess__coord_sphere__radius[1] = 2.0
+AHFinderDirect::initial_guess__coord_sphere__x_center[1] = 0.0
+AHFinderDirect::initial_guess__coord_sphere__y_center[1] = 0.0
+AHFinderDirect::initial_guess__coord_sphere__z_center[1] = 0.0
+AHFinderDirect::initial_guess__coord_sphere__radius[1] = 1.5