aboutsummaryrefslogtreecommitdiff
path: root/par/axibrill_ADM.par
diff options
context:
space:
mode:
authorrideout <rideout@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-05-03 17:48:22 +0000
committerrideout <rideout@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-05-03 17:48:22 +0000
commit349b7f1e9fc66d9cd7159d9cf26dbed763192d96 (patch)
treed61fb532582b47b8a44eea669d3a68959a7439b7 /par/axibrill_ADM.par
parent14b67ad032f0ee6292f6f6e26b54e22f6bcbbb81 (diff)
axbrillbh_ADM.par is removed because it seems to be simply an ancient
version of axibrill_ADM.par. axibrill_ADM.par is converted to CactusEinstein2, but it gives nans at iteration 1. The nans persist even with flat initial data. (?!) pablo.par is converted, but I cannot get CactusEinstein2/PsiKadelia to compile to test it... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAxiBrillBH/trunk@38 0a4070d5-58f5-498f-b6c0-2693e757fa0f
Diffstat (limited to 'par/axibrill_ADM.par')
-rw-r--r--par/axibrill_ADM.par41
1 files changed, 22 insertions, 19 deletions
diff --git a/par/axibrill_ADM.par b/par/axibrill_ADM.par
index 36b72c8..4aa44be 100644
--- a/par/axibrill_ADM.par
+++ b/par/axibrill_ADM.par
@@ -3,32 +3,35 @@
######################################################################
#Required thorns
-ActiveThorns = "Boundary Time ADMconstraints PUGH PUGHSlab PUGHReduce PUGHInterp CartGrid3D Einstein ADM IDAxiBrillBH IOASCII IOUtil IOBasic"
+ActiveThorns = "Boundary Time ADMconstraints PUGH PUGHSlab PUGHReduce PUGHInterp CartGrid3D ADMBase admmacros coordgauge staticconformal ADM ADMAnalysis IDAxiBrillBH IOASCII IOUtil IOBasic"
pugh::enable_all_storage = "yes"
-# GENERAL
+# GENERAL
-einstein::evolution_system = "ADM"
+ADMBase::evolution_method = "ADM"
+#ADMBase::metric_type = "static conformal"
+ADMBase::metric_type = "physical"
-driver::global_nx = 20
-driver::global_ny = 20
-driver::global_nz = 20
+driver::global_nx = 22
+driver::global_ny = 22
+driver::global_nz = 22
grid::type = "byspacing"
grid::dxyz = 0.2
-grid::domain = "octant"
+#grid::domain = "octant"
-time::dtfac = 0.25
+time::dtfac = 0.25
-cactus::cctk_initial_time = 0.
-cactus::cctk_itlast = 10
+cactus::cctk_initial_time = 0.
+cactus::cctk_itlast = 10
-adm::method = "stagleap"
-adm::bound = "flat"
+adm::method = "stagleap"
+adm::bound = "flat"
-# MODEL
-einstein::initial_data = "axibrillbh"
+# MODEL
+#ADMBase::initial_data = "axibrillbh"
+# gives nans, independent of initial data -- something is wrong with these parameters, but not this thorn (DPR, 3 may 002)
idaxibrillbh::amp = 0.5
idaxibrillbh::eta0 = 0.0
idaxibrillbh::sigma = 1.0
@@ -38,16 +41,16 @@ idaxibrillbh::ne = 302
idaxibrillbh::nq = 54
# GAUGE
-einstein::slicing = "geodesic"
+ADMBase::lapse_evolution_method = "geodesic"
# OUTPUT ########################################################
IO::outdir = "IDAxiBrillBH"
-IOBasic::outInfo_every = 2
-IOASCII::out1d_every = 1
-IOBasic::outInfo_vars = "einstein::gxx"
-IOASCII::out1d_vars = "einstein::gxx einstein::kxx admconstraints::ham einstein::grr einstein::alp"
+IOBasic::outInfo_every = 1
+IOASCII::out1d_every = 1
+IOBasic::outInfo_vars = "admbase::gxx"
+IOASCII::out1d_vars = "admbase::gxx admbase::kxx admconstraints::ham admanalysis::grr admbase::alp"
##################################################################