aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-04-09 17:42:04 +0000
committerschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-04-09 17:42:04 +0000
commit3d03502fa512096e11eff393afb6540175f6226e (patch)
tree228e079c4727009e28344811763cbe9d0517499f
parent85b83db431ca816b8e4effe8985aa612d98d40cc (diff)
Remove parfile copy
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@6 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
-rw-r--r--test/Kerr-rotating-90-staggered/Kerr-rotating-90-staggered.par107
1 files changed, 0 insertions, 107 deletions
diff --git a/test/Kerr-rotating-90-staggered/Kerr-rotating-90-staggered.par b/test/Kerr-rotating-90-staggered/Kerr-rotating-90-staggered.par
deleted file mode 100644
index fef57f4..0000000
--- a/test/Kerr-rotating-90-staggered/Kerr-rotating-90-staggered.par
+++ /dev/null
@@ -1,107 +0,0 @@
-# $Header$
-
-Cactus::cctk_run_title = "Kerr with a 90 degree rotational symmetry"
-Cactus::cctk_full_warnings = yes
-Cactus::cctk_itlast = 3
-
-ActiveThorns = "Slab"
-
-ActiveThorns = "IOUtil"
-IO::out_dir = $parfile
-
-ActiveThorns = "PUGH PUGHReduce PUGHSlab"
-driver::global_nx = 18
-driver::global_ny = 18
-driver::global_nz = 18
-driver::ghost_size = 2
-
-ActiveThorns = "NaNChecker"
-
-ActiveThorns = "Boundary CartGrid3D CoordBase SymBase"
-CartGrid3D::type = byrange
-CartGrid3D::domain = bitant
-CartGrid3D::avoid_origin = yes
-CartGrid3D::xmin = -0.375
-CartGrid3D::ymin = -0.375
-CartGrid3D::zmin = -0.375
-CartGrid3D::xmax = 3.875
-CartGrid3D::ymax = 3.875
-CartGrid3D::zmax = 3.875
-
-ActiveThorns = "RotatingSymmetry90"
-RotatingSymmetry90::rotating_symmetry_90 = yes
-
-ActiveThorns = "ADMBase ADMCoupling ADMMacros CoordGauge SpaceMask StaticConformal"
-SpaceMask::use_mask = yes
-
-ActiveThorns = "Exact"
-ADMBase::initial_data = exact
-ADMBase::initial_lapse = exact
-ADMBase::initial_shift = exact
-Exact::exact_model = "Kerr/Kerr-Schild"
-Exact::Kerr_KerrSchild__mass = 1.0
-Exact::Kerr_KerrSchild__spin = 0.6
-
-ActiveThorns = "LegoExcision"
-LegoExcision::fixed_excision = sphere
-LegoExcision::fixed_size = 1.01
-
-ActiveThorns = "Time"
-Time::dtfac = 0.25
-
-ActiveThorns = "MoL"
-MoL::ODE_Method = RK3
-
-ActiveThorns = "BSSN_MoL"
-BSSN_MoL::excise = yes
-BSSN_MoL::excisionType = lego
-
-ADMBase::evolution_method = ADM_BSSN
-ADM_BSSN::stencil_size = 2
-ADM_BSSN::advection = upwind2
-ADM_BSSN::bound = newrad
-
-ADMBase::lapse_evolution_method = 1+log
-ADM_BSSN::lapsesource = modified
-ADM_BSSN::harmonic_f = 2.0
-ADM_BSSN::LapsePsiPower = 4
-ADM_BSSN::force_lapse_positive = yes
-
-ADMBase::shift_evolution_method = gamma0
-ADM_BSSN::ShiftGammaCoeff = 0.75
-ADM_BSSN::BetaDriver = 2.5
-ADM_BSSN::ShiftAlpPower = 2
-ADM_BSSN::ShiftPsiPower = 4
-
-ActiveThorns = "ADMConstraints"
-ADMConstraints::excise = yes
-
-ActiveThorns = "IOBasic"
-IOBasic::outInfo_every = 1
-IOBasic::outInfo_reductions = "norm2"
-IOBasic::outInfo_vars = "
- ADMConstraints::ham
- ADMConstraints::momx
-"
-
-IOBasic::outScalar_every = 1
-IOBasic::outScalar_reductions = "minimum maximum average norm1 norm2 norm_inf"
-IOBasic::outScalar_style = gnuplot
-IOBasic::outScalar_vars = "
- ADMBase::metric
- ADMBase::lapse
- ADMBase::shift
- ADMConstraints::hamiltonian
- ADMConstraints::momentum
-"
-
-ActiveThorns = "IOASCII"
-IOASCII::out1D_every = 1
-IOASCII::out1D_style = "gnuplot f(x)"
-IOASCII::out1D_vars = "
- ADMBase::metric
- ADMBase::lapse
- ADMBase::shift
- ADMConstraints::hamiltonian
- ADMConstraints::momentum
-"