From a98fb4a40a36d5348b9fda8b46db0678f089da29 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sat, 12 Oct 2002 18:49:45 +0000 Subject: simple par file for trying AHFinderDirect git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@830 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- run/test-both-ahfinders/try.par | 57 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 run/test-both-ahfinders/try.par (limited to 'run') diff --git a/run/test-both-ahfinders/try.par b/run/test-both-ahfinders/try.par new file mode 100644 index 0000000..1c79cae --- /dev/null +++ b/run/test-both-ahfinders/try.par @@ -0,0 +1,57 @@ +# parameter file for patch system test +ActiveThorns = "CartGrid3D LocalInterp PUGH ADMBase ADMCoupling CoordGauge 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 = "Newton solve" +AHFinderDirect::final_H_update_if_exit_x_H_small = "true" +AHFinderDIrect::surface_integral_method = "Simpson's rule (variant)" +AHFinderDirect::h_base_file_name = "try.h" +AHFinderDirect::H_of_h_base_file_name = "try.H" + +AHFinderDirect::N_horizons = 1 +AHFinderDirect::origin_x[1] = 0.5 +AHFinderDirect::origin_y[1] = 0.7 +AHFinderDirect::origin_z[1] = 0.0 +AHFinderDirect::N_ghost_points = 2 +AHFinderDirect::N_overlap_points = 1 +AHFinderDirect::delta_drho_dsigma = 5.0 + +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 = "sphere" +AHFinderDirect::initial_guess__sphere__x_center[1] = -0.2 +AHFinderDirect::initial_guess__sphere__y_center[1] = 0.3 +AHFinderDirect::initial_guess__sphere__z_center[1] = 0.0 +AHFinderDirect::initial_guess__sphere__radius[1] = 2.0 -- cgit v1.2.3