aboutsummaryrefslogtreecommitdiff
path: root/test/test_AHF_2_max_degree.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_AHF_2_max_degree.par')
-rw-r--r--test/test_AHF_2_max_degree.par63
1 files changed, 0 insertions, 63 deletions
diff --git a/test/test_AHF_2_max_degree.par b/test/test_AHF_2_max_degree.par
deleted file mode 100644
index e2b3a8a..0000000
--- a/test/test_AHF_2_max_degree.par
+++ /dev/null
@@ -1,63 +0,0 @@
-!DESC "AHFinder on schwarzschild BH, mass=2, flow using interpolation operator 'Lagrange polynomial interpolation (maximum degree)'"
-
-# Active thorns.
-
-ActiveThorns = "Time CartGrid3D AdmBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOUtil PUGH PUGHSlab PUGHReduce LocalInterp PUGHInterp AHFinder"
-
-# Grid.
-
-grid::type = "byspacing"
-grid::dxyz = 0.2
-grid::domain = "octant"
-
-driver::global_nx = 25
-driver::global_ny = 25
-driver::global_nz = 25
-
-cactus::cctk_itlast = 0
-
-# conformal state
-
-ADMBase::metric_type = "static conformal"
-
-# Initial data.
-
-ADMBase::initial_data = "schwarzschild"
-
-IDAnalyticBH::mass = 2.0
-
-# Evolution.
-
-ADMBase::evolution_method = "ADM"
-
-adm::bound = "flat"
-adm::verbose = "yes"
-
-# Gauge.
-
-ADMBase::initial_lapse = "one"
-ADMBase::lapse_evolution_method = "geodesic"
-
-# AHFinder.
-
-AHFinder::ahf_active = "yes"
-AHFinder::ahf_flow = "yes"
-AHFinder::ahf_gaussout = "yes"
-
-AHFinder::ahf_phi = "no"
-AHFinder::ahf_octant = "high"
-
-AHFinder::ahf_lmax = 0
-
-# Interpolation.
-
-AHFinder::interpolation_order = 1
-AHFinder::interpolation_operator = "Lagrange polynomial interpolation (maximum degree)"
-
-# Output.
-
-IO::out_dir = "test_AHF_2_max_degree"
-IO::out_every = 1
-
-# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no"