aboutsummaryrefslogtreecommitdiff
path: root/test/idpuncture.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/idpuncture.par')
-rw-r--r--test/idpuncture.par64
1 files changed, 64 insertions, 0 deletions
diff --git a/test/idpuncture.par b/test/idpuncture.par
new file mode 100644
index 0000000..96df1aa
--- /dev/null
+++ b/test/idpuncture.par
@@ -0,0 +1,64 @@
+# $Header$
+
+ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase"
+ActiveThorns = "PUGH PUGHReduce PUGHSlab"
+ActiveThorns = "IOASCII IOBasic IOUtil"
+ActiveThorns = "ADMBase StaticConformal"
+ActiveThorns = "ADMConstraints ADMCoupling ADMMacros SpaceMask"
+ActiveThorns = "IDPuncture TATelliptic TATJacobi TATMG TATPETSc"
+
+Cactus::cctk_itlast = 0
+
+Time::dtfac = 0.25
+
+Grid::type = "byrange"
+Grid::domain = "full"
+Grid::xmin = -4
+Grid::xmax = 4
+Grid::ymin = -4
+Grid::ymax = 4
+Grid::zmin = -4
+Grid::zmax = 4
+Driver::global_nx = 35
+Driver::global_ny = 35
+Driver::global_nz = 35
+
+ADMBase::initial_data = "puncture"
+
+IDPuncture::verbose = "yes"
+
+IDPuncture::bhm1 = 1.5
+IDPuncture::bhx1 = 1.5
+IDPuncture::bhpy1 = 2.0
+IDPuncture::bhsy1 = 0.5
+IDPuncture::bhsz1 = -0.5
+
+IDPuncture::bhm2 = 1.0
+IDPuncture::bhx2 = -1.5
+IDPuncture::bhpy2 = -2.0
+IDPuncture::bhsx2 = -1.0
+IDPuncture::bhsz2 = -1.0
+
+IDPuncture::bound = "robin"
+
+IDPuncture::solver = "TATPETSc"
+
+ADMBase::metric_type = "static conformal"
+StaticConformal::conformal_storage = "factor+derivs+2nd derivs"
+
+ADMBase::lapse_evolution_method = "static"
+ADMBase::initial_lapse = "one"
+
+TATJacobi::verbose = yes
+
+TATPETSc::verbose = yes
+TATPETsc::options = "-snes_monitor -get_total_flops"
+
+IO::out_dir = $parfile
+IO::out_fileinfo = "axis labels"
+
+IOBasic::outScalar_every = 1
+IOBasic::outScalar_vars = "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum idpuncture::u idpuncture::M idpuncture::N"
+
+IOASCII::out1D_every = 1
+IOASCII::out1D_vars = "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum idpuncture::u idpuncture::M idpuncture::N"