From 0fbc8f218a8cf980536878c83e48c5306b24cf92 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 4 Nov 2002 18:13:39 +0000 Subject: test par file for comparison with hemisphere/quadrant/octant ones git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@880 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- run/test-ahfinderdirect/Schw/full_sphere.par | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 run/test-ahfinderdirect/Schw/full_sphere.par (limited to 'run') diff --git a/run/test-ahfinderdirect/Schw/full_sphere.par b/run/test-ahfinderdirect/Schw/full_sphere.par new file mode 100644 index 0000000..eb0499d --- /dev/null +++ b/run/test-ahfinderdirect/Schw/full_sphere.par @@ -0,0 +1,50 @@ +# 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 +Exact::Kerr_KerrSchild__spin = 0.6 + +AHFinderDirect::find_AHs_at_postinitial = "true" +AHFinderDirect::find_AHs_at_poststep = "false" +AHFinderDirect::verbose_level = "algorithm highlights" +AHFinderDirect::print_timing_stats = "true" + +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_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 -- cgit v1.2.3