aboutsummaryrefslogtreecommitdiff
path: root/par/axbrillbh_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/axbrillbh_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/axbrillbh_ADM.par')
-rw-r--r--par/axbrillbh_ADM.par55
1 files changed, 0 insertions, 55 deletions
diff --git a/par/axbrillbh_ADM.par b/par/axbrillbh_ADM.par
deleted file mode 100644
index dbc38f0..0000000
--- a/par/axbrillbh_ADM.par
+++ /dev/null
@@ -1,55 +0,0 @@
-######################################################################
-# Geodesically sliced black hole + brill wave, ADM, Staggered leapfrog
-######################################################################
-
-#Required thorns
-ActiveThorns = "time ADMconstraints pugh pughreduce pughslab cartgrid3d einstein ADM AxiBrillBHIVP ioascii ioutil"
-
-pugh::enable_all_storage = "yes"
-
-# GENERAL
-
-einstein::evolution_system = "ADM"
-
-driver::global_nx = 32
-driver::global_ny = 32
-driver::global_nz = 32
-
-grid::type = "byspacing"
-grid::dxyz = 0.4
-grid::symmetry = "full"
-
-time::dtfac = 0.25
-
-cactus::cctk_initial_time = 0.
-cactus::cctk_itlast = 10
-
-adm::method = "stagleap"
-adm::bound = "static"
-
-# MODEL
-einstein::initial_data = "axibrillbh"
-axibrillbhivp::axibrillbh_amp = 0.5
-axibrillbhivp::axibrillbh_eta0 i = 0.0
-axibrillbhivp::axibrillbh_sigma = 1.0
-axibrillbhivp::axibrillbh_etamax = 6.0
-axibrillbhivp::axibrillbh_n = 2
-axibrillbhivp::axibrillbh_ne = 302
-axibrillbhivp::axibrillbh_nq = 54
-axibrillbhivp::axibrillbh_intorder = 1
-
-# GAUGE
-adm::slicing = "geodesic"
-
-
-# OUTPUT ########################################################
-
-IO::IO_outdir = "AxiBrillBHIVP"
-
-IO::IO_0Devery = 2
-IO::info_every = 1
-IOASCII::output_info = "einstein"
-IOASCII::output0D = "einstein::gxx einstein::kxx admconstraints::ADMconstraints
- einstein::grr einstein::alp"
-
-##################################################################