aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguzman <guzman@971fb155-194f-0410-9daf-e2eca44e59f5>2002-05-03 14:04:18 +0000
committerguzman <guzman@971fb155-194f-0410-9daf-e2eca44e59f5>2002-05-03 14:04:18 +0000
commitce9df523a258651c599af8dc706680cfa57ccfc2 (patch)
tree7c86a47059391e478a14daa306091e84301986e7
parent32358494bdcd6b007b929df9102e84dfe0c0ef21 (diff)
Migrating to E2
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/DistortedBHIVP/trunk@28 971fb155-194f-0410-9daf-e2eca44e59f5
-rwxr-xr-xtest/E2xeon_test_dbh.par58
1 files changed, 58 insertions, 0 deletions
diff --git a/test/E2xeon_test_dbh.par b/test/E2xeon_test_dbh.par
new file mode 100755
index 0000000..06a8eb9
--- /dev/null
+++ b/test/E2xeon_test_dbh.par
@@ -0,0 +1,58 @@
+######################################################################
+#!DESC "Initial data for axisymmetric distored black hole"
+######################################################################
+
+ActiveThorns = "coordgauge admanalysis admbase admmacros staticconformal time boundary iobasic ADMconstraints pugh pughreduce pughslab pughinterp cartgrid3d ADM DistortedBHIVP ioascii ioutil"
+
+# GENERAL
+
+admbase::evolution_method = "ADM"
+
+driver::global_nx = 32
+driver::global_ny = 32
+driver::global_nz = 32
+
+grid::type = "byspacing"
+grid::dxyz = 0.4
+grid::domain = "full"
+
+time::dtfac = 0.25
+
+cactus::cctk_initial_time = 0.
+cactus::cctk_itlast = 1
+
+adm::method = "stagleap"
+adm::bound = "static"
+admconstraints::bound = "static"
+
+# MODEL
+
+admbase::initial_data = "distortedbh"
+distortedbhivp::amp = -0.1
+distortedbhivp::eta0 = 0.0
+distortedbhivp::c = 0.5
+distortedbhivp::sigma = 1.0
+distortedbhivp::etamax = 6.0
+distortedbhivp::n = 4
+distortedbhivp::neta = 102
+distortedbhivp::ntheta = 27
+distortedbhivp::nphi = 5
+distortedbhivp::interpolation_order = 1
+
+
+# GAUGE
+
+admbase::lapse_evolution_method = "geodesic"
+admbase::metric_type = "static conformal"
+ataticconformal::conformal_storage = "factor+derivs+2nd derivs"
+
+# OUTPUT ########################################################
+IO::outdir = "2test_dbh"
+IOASCII::out1d_every = 1
+IOBasic::outScalar_vars = "admbase::metric admbase::curv admconstraints::ham"
+IOASCII::out1D_vars = "admbase::metric admbase::curv admbase::lapse admconstraints::ham admanalysis::grr staticconformal::psi staticconformal::psix staticconformal::psiy staticconformal::psiz staticconformal::psixx staticconformal::psixy staticconformal::psixz staticconformal::psiyy staticconformal::psiyz staticconformal::psizz"
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "admconstraints::ham admbase::gxx"
+
+##################################################################
+