From 25f54d53a01eb504620b807fac25b6b8ca85fb6f Mon Sep 17 00:00:00 2001 From: diener Date: Wed, 26 May 2010 23:50:46 +0000 Subject: Temporarily disable this test until we find out why it doesn't converge and produce any output files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1547 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- test/Kerr-modification-radius2.brokenpar | 66 ++++++++++++++++++++++++++++++++ test/Kerr-modification-radius2.par | 66 -------------------------------- 2 files changed, 66 insertions(+), 66 deletions(-) create mode 100644 test/Kerr-modification-radius2.brokenpar delete mode 100644 test/Kerr-modification-radius2.par diff --git a/test/Kerr-modification-radius2.brokenpar b/test/Kerr-modification-radius2.brokenpar new file mode 100644 index 0000000..7a5ae3f --- /dev/null +++ b/test/Kerr-modification-radius2.brokenpar @@ -0,0 +1,66 @@ +# This parameter file sets up Kerr/Kerr-Schild initial data, then +# finds the apparent horizon in it. The local coordinate system origin +# and the initial guess are both deliberately de-centered with respect +# to the black hole, to make this a non-trivial test for the apparent +# horizon finder. + +# flesh +cactus::cctk_itlast = 0 + +ActiveThorns = "PUGH" +driver::ghost_size = 3 +driver::global_nx = 31 +driver::global_ny = 31 +driver::global_nz = 19 + +ActiveThorns = "CartGrid3D CoordBase SymBase" +grid::domain = "bitant" +grid::avoid_origin = "false" +grid::type = "byspacing" +grid::dxyz = 0.4 # 0.2 + +ActiveThorns = "ADMBase ADMCoupling StaticConformal CoordGauge SpaceMask Exact" +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_model = "Kerr/Kerr-Schild" +Exact::Kerr_KerrSchild__mass = 1.0 +Exact::Kerr_KerrSchild__spin = 0.6 + +# automagically create output directory +ActiveThorns = "IOUtil" +IO::out_dir = $parfile +IO::parfile_write = "no" + +######################################## + +ActiveThorns = "SphericalSurface" + +ActiveThorns = "LocalInterp AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect" + +AHFinderDirect::print_timing_stats = "true" + +AHFinderDirect::h_base_file_name = "h" +AHFinderDirect::BH_diagnostics_base_file_name = "BH_diagnostics" +AHFinderDirect::output_OpenDX_control_files = "no" +AHFinderDirect::Theta_norm_for_convergence = 1.0e-12 + +AHFinderDirect::geometry_interpolator_name = "Lagrange polynomial interpolation" +AHFinderDirect::geometry_interpolator_pars = "order=4" + +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[1] = "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] = 4.0 # 2.0 + +AHFinderDirect::surface_modification[1] = "radius^2" +AHFinderDirect::desired_value[1] = 2.0 diff --git a/test/Kerr-modification-radius2.par b/test/Kerr-modification-radius2.par deleted file mode 100644 index 7a5ae3f..0000000 --- a/test/Kerr-modification-radius2.par +++ /dev/null @@ -1,66 +0,0 @@ -# This parameter file sets up Kerr/Kerr-Schild initial data, then -# finds the apparent horizon in it. The local coordinate system origin -# and the initial guess are both deliberately de-centered with respect -# to the black hole, to make this a non-trivial test for the apparent -# horizon finder. - -# flesh -cactus::cctk_itlast = 0 - -ActiveThorns = "PUGH" -driver::ghost_size = 3 -driver::global_nx = 31 -driver::global_ny = 31 -driver::global_nz = 19 - -ActiveThorns = "CartGrid3D CoordBase SymBase" -grid::domain = "bitant" -grid::avoid_origin = "false" -grid::type = "byspacing" -grid::dxyz = 0.4 # 0.2 - -ActiveThorns = "ADMBase ADMCoupling StaticConformal CoordGauge SpaceMask Exact" -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_model = "Kerr/Kerr-Schild" -Exact::Kerr_KerrSchild__mass = 1.0 -Exact::Kerr_KerrSchild__spin = 0.6 - -# automagically create output directory -ActiveThorns = "IOUtil" -IO::out_dir = $parfile -IO::parfile_write = "no" - -######################################## - -ActiveThorns = "SphericalSurface" - -ActiveThorns = "LocalInterp AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect" - -AHFinderDirect::print_timing_stats = "true" - -AHFinderDirect::h_base_file_name = "h" -AHFinderDirect::BH_diagnostics_base_file_name = "BH_diagnostics" -AHFinderDirect::output_OpenDX_control_files = "no" -AHFinderDirect::Theta_norm_for_convergence = 1.0e-12 - -AHFinderDirect::geometry_interpolator_name = "Lagrange polynomial interpolation" -AHFinderDirect::geometry_interpolator_pars = "order=4" - -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[1] = "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] = 4.0 # 2.0 - -AHFinderDirect::surface_modification[1] = "radius^2" -AHFinderDirect::desired_value[1] = 2.0 -- cgit v1.2.3