aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@535fb057-194f-0410-b5a5-c63992f15602>2006-12-22 10:43:59 +0000
committertradke <tradke@535fb057-194f-0410-b5a5-c63992f15602>2006-12-22 10:43:59 +0000
commit87ad06c80067c4c828f100dd2d4be2635b8bf5ea (patch)
tree30a7de9bcaf0cb00b835b5d350b587ee478aaae1
parentdf7a0018a38f084ddd4dbe2267e80d4ab8d636c2 (diff)
Fix non-existing parameter names and missing thorns in ActiveThorns list.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/RotatingDBHIVP/trunk@42 535fb057-194f-0410-b5a5-c63992f15602
-rwxr-xr-xtest/E2xeon_test_rdbh.par7
-rwxr-xr-xtest/test_rdbh.par2
2 files changed, 6 insertions, 3 deletions
diff --git a/test/E2xeon_test_rdbh.par b/test/E2xeon_test_rdbh.par
index 9f4ce5d..f2c9f4f 100755
--- a/test/E2xeon_test_rdbh.par
+++ b/test/E2xeon_test_rdbh.par
@@ -2,7 +2,7 @@
#!DESC "Initial data for axisymmetric distored black hole"
######################################################################
-ActiveThorns = "coordgauge admanalysis admbase admmacros staticconformal time boundary ellbase ADMconstraints pugh pughinterp pughreduce pughslab cartgrid3d ADM RotatingDBHIVP ioascii iobasic ioutil"
+ActiveThorns = "coordgauge admanalysis admbase admmacros staticconformal time boundary ellbase ADMconstraints pugh pughinterp pughreduce pughslab cartgrid3d ADM RotatingDBHIVP ioascii iobasic ioutil ADMCoupling CoordBase SpaceMask LocalReduce LocalInterp SymBase"
# GENERAL
@@ -45,7 +45,10 @@ admbase::metric_type = "static conformal"
staticconformal::conformal_storage = "factor+derivs+2nd derivs"
# OUTPUT ########################################################
-IO::outdir = "2test_rdbh"
+IO::out_dir = $parfile
+IO::out_fileinfo = "none"
+IO::new_filename_scheme = "no"
+
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::spherical_metric admanalysis::spherical_curv staticconformal::psi staticconformal::confac_1derivs staticconformal::confac_2derivs"
diff --git a/test/test_rdbh.par b/test/test_rdbh.par
index 0549ab0..108fc05 100755
--- a/test/test_rdbh.par
+++ b/test/test_rdbh.par
@@ -2,7 +2,7 @@
# single rotating black hole
#==============================================================================
-ActiveThorns = " adm RotatingDBHIVP coordbase coordgauge staticconformal spacemask admbase admcoupling admmacros admanalysis ellbase cartgrid3d time pugh pughreduce pughslab ioascii ioutil iobasic adm admconstraints symbase boundary pughinterp LocalInterp flexio nanchecker "
+ActiveThorns = " adm RotatingDBHIVP coordbase coordgauge staticconformal spacemask admbase admcoupling admmacros admanalysis ellbase cartgrid3d time pugh pughreduce pughslab ioascii ioutil iobasic adm admconstraints symbase boundary pughinterp LocalInterp flexio nanchecker LocalReduce"
IOBasic::outScalar_vars = " admbase::metric admbase::curv admbase::lapse admbase::shift admconstraints::momy admconstraints::ham "
IOBasic::outInfo_vars = " admconstraints::ham admbase::alp "
IOASCII::out1D_vars = " admbase::metric admbase::curv admbase::lapse admbase::shift admconstraints::momy admconstraints::ham "