From 23a9e31e6f66c5005a857cf7b81649e7ccb3bd93 Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 4 Nov 2003 14:48:21 +0000 Subject: don't need this any more -- UMFPACK is now used by default anyway git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1202 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- par/Kerr-umfpack.par | 59 ---------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 par/Kerr-umfpack.par (limited to 'par') diff --git a/par/Kerr-umfpack.par b/par/Kerr-umfpack.par deleted file mode 100644 index 4a2ceac..0000000 --- a/par/Kerr-umfpack.par +++ /dev/null @@ -1,59 +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 = 2 -driver::global_nx = 31 -driver::global_ny = 31 -driver::global_nz = 19 - -ActiveThorns = "CartGrid3D" -grid::domain = "bitant" -grid::avoid_origin = "false" -grid::type = "byspacing" -grid::dxyz = 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 - -######################################## - -ActiveThorns = "IOUtil" -IOUtil::parfile_write = "no" - -######################################## - -ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect" - -AHFinderDirect::verbose_level = "algorithm details" -AHFinderDirect::print_timing_stats = "true" -AHFinderDirect::Jacobian_store_solve_method = "row-oriented sparse matrix/UMFPACK" - -AHFinderDirect::output_Theta_every = 1 -AHFinderDirect::h_base_file_name = "Kerr.h" -AHFinderDirect::Theta_base_file_name = "Kerr.Theta" - -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] = 2.0 -- cgit v1.2.3