aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-12 17:41:26 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-12 17:41:26 +0000
commitf8165127ad4aa3f16f8c0430c1349429f9731a70 (patch)
tree5c97ca32cdbd187fab8fb7204d60dc570146ac11 /doc
parentc13adec4791d991f2e516f6327cdda906ade0f76 (diff)
sample par file needs to activate SpaceMask and SphericalSurface
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1339 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex23
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 616545d..dfeb724 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1516,42 +1516,41 @@ tests. The \verb|Kerr-tiny.par| parameter file is close to a minimal
# This parameter file is "tiny" in the sense that it sets only a
# small number of AHFinderDirect parameters.
-# next two lines is actually one long line
-# (Cactus doesn't seem to grok \-newline continuation here :( :( )
-ActiveThorns = "CartGrid3D AEILocalInterp PUGH ADMBase ADMCoupling \
- StaticConformal CoordGauge Exact AHFinderDirect"
-
# flesh
cactus::cctk_itlast = 0
-# PUGH
+ActiveThorns = "PUGH"
driver::ghost_size = 2
driver::global_nx = 31
driver::global_ny = 31
-driver::global_nz = 17
+driver::global_nz = 19
-# CartGrid3D
+ActiveThorns = "CoordBase CartGrid3D"
grid::domain = "bitant"
grid::avoid_origin = "false"
grid::type = "byspacing"
grid::dxyz = 0.2
-# ADMBase
+ActiveThorns = "ADMBase ADMCoupling StaticConformal Spacemask CoordGauge 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::exact_model = "Kerr/Kerr-Schild"
Exact::Kerr_KerrSchild__mass = 1.0
Exact::Kerr_KerrSchild__spin = 0.6
########################################
-AHFinderDirect::find_AHs_at_poststep = "false" # no time evolution
+ActiveThorns = "IOUtil"
+IOUtil::parfile_write = "no"
+
+########################################
+
+ActiveThorns = "SphericalSurface"
+ActiveThorns = "AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::h_base_file_name = "Kerr-tiny.h"
AHFinderDirect::N_horizons = 1