From 4c6b960ba1f678d76e64f1f625a4c71447a4d224 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 21 Nov 2002 20:54:38 +0000 Subject: rename par files, update to match current version of this thorn git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@905 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- run/test-both-ahfinders/both-ahf.par | 18 +++++------ run/test-both-ahfinders/hemi-ahf.par | 55 +++++++++++++++++++++++++++++++++ run/test-both-ahfinders/hemi.par | 58 +++++++++++++++++++++++++++++++++++ run/test-both-ahfinders/hemi5-ahf.par | 57 ---------------------------------- run/test-both-ahfinders/hemi5.par | 58 ----------------------------------- run/test-both-ahfinders/try.par | 57 ---------------------------------- 6 files changed, 121 insertions(+), 182 deletions(-) create mode 100644 run/test-both-ahfinders/hemi-ahf.par create mode 100644 run/test-both-ahfinders/hemi.par delete mode 100644 run/test-both-ahfinders/hemi5-ahf.par delete mode 100644 run/test-both-ahfinders/hemi5.par delete mode 100644 run/test-both-ahfinders/try.par (limited to 'run') diff --git a/run/test-both-ahfinders/both-ahf.par b/run/test-both-ahfinders/both-ahf.par index 6d23397..6bc3e60 100644 --- a/run/test-both-ahfinders/both-ahf.par +++ b/run/test-both-ahfinders/both-ahf.par @@ -39,11 +39,9 @@ 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 = "both-ahf.h" -AHFinderDirect::H_of_h_base_file_name = "both-ahf.H" +AHFinderDirect::final_Theta_update_if_Delta_h_converged = "true" +AHFinderDirect::h_base_file_name = "both-ahf.h" +AHFinderDirect::Theta_base_file_name = "both-ahf.Theta" AHFinderDirect::N_horizons = 1 AHFinderDirect::origin_x[1] = 0.5 @@ -55,11 +53,11 @@ 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 = "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 +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 # AHFinder AHFinder::ahf_active = "true" diff --git a/run/test-both-ahfinders/hemi-ahf.par b/run/test-both-ahfinders/hemi-ahf.par new file mode 100644 index 0000000..1d96f61 --- /dev/null +++ b/run/test-both-ahfinders/hemi-ahf.par @@ -0,0 +1,55 @@ +# 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::final_Theta_update_if_Delta_h_converged = "true" +AHFinderDirect::h_base_file_name = "hemi-ahf.h" +AHFinderDirect::Theta_base_file_name = "hemi-ahf.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 = "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 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 diff --git a/run/test-both-ahfinders/hemi5-ahf.par b/run/test-both-ahfinders/hemi5-ahf.par deleted file mode 100644 index 9d1a4f0..0000000 --- a/run/test-both-ahfinders/hemi5-ahf.par +++ /dev/null @@ -1,57 +0,0 @@ -# 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 = "hemi5-ahf.h" -AHFinderDirect::H_of_h_base_file_name = "hemi5-ahf.H" - -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 = "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 diff --git a/run/test-both-ahfinders/hemi5.par b/run/test-both-ahfinders/hemi5.par deleted file mode 100644 index bf7a645..0000000 --- a/run/test-both-ahfinders/hemi5.par +++ /dev/null @@ -1,58 +0,0 @@ -# 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 = "horizon function" -AHFinderDirect::final_H_update_if_exit_x_H_small = "true" -AHFinderDIrect::surface_integral_method = "Simpson's rule (variant)" -AHFinderDirect::h_base_file_name = "hemi5.h" -AHFinderDirect::H_of_h_base_file_name = "hemi5.H" - -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 diff --git a/run/test-both-ahfinders/try.par b/run/test-both-ahfinders/try.par deleted file mode 100644 index 09220b1..0000000 --- a/run/test-both-ahfinders/try.par +++ /dev/null @@ -1,57 +0,0 @@ -# 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::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 = "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