aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-13 18:31:00 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-13 18:31:00 +0000
commita40a61ed1e84edfd3766aca4965079336b335ac8 (patch)
tree3f1401a941221ac75cece300809cba777884585b /par
parent2b661ef13c0e92e7016581aed1aa038834a562ee (diff)
add beginnings of support for using new CCTK_InterpGridArrays()
global interpolator & multiprocessor operation ... at present the CCTK_InterpGridArrays() support works fine, but only on 1 processor, I seem to get an infinite loop on multiple processors git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@917 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'par')
-rw-r--r--par/Kerr.par10
1 files changed, 5 insertions, 5 deletions
diff --git a/par/Kerr.par b/par/Kerr.par
index d57121d..003c5ad 100644
--- a/par/Kerr.par
+++ b/par/Kerr.par
@@ -3,24 +3,23 @@
# 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.
-ActiveThorns = "CartGrid3D LocalInterp 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
-# CartGrid3D
+ActiveThorns = "CartGrid3D"
grid::domain = "bitant"
grid::avoid_origin = "false"
grid::type = "byspacing"
grid::dxyz = 0.2
-# ADMBase
+ActiveThorns = "ADMBase ADMCoupling StaticConformal CoordGauge Exact"
ADMBase::initial_lapse = "exact"
ADMBase::initial_shift = "exact"
ADMBase::initial_data = "exact"
@@ -28,13 +27,14 @@ 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
########################################
+ActiveThorns = "LocalInterp PUGHInterp AHFinderDirect"
+
AHFinderDirect::find_AHs_at_postinitial = "true"
AHFinderDirect::find_AHs_at_poststep = "false"
AHFinderDirect::print_timing_stats = "true"