aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-20 17:43:38 +0000
committerrideout <rideout@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-20 17:43:38 +0000
commitc5430d6f7d52fc5c702b019367b21c0a6dcbe472 (patch)
treec2f7396f94b564a4a610c85f4c5497ba3a85c689
parent8c247027e337e0c89d516ac39ee212d37ea8ab87 (diff)
Converted to CactusEinstein2.
Gets a number of deprecated parameter warnings in IsoSurfacer which seem inconsistent with the current source code. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@75 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
-rw-r--r--par/WaveDemo-Iso.par18
1 files changed, 8 insertions, 10 deletions
diff --git a/par/WaveDemo-Iso.par b/par/WaveDemo-Iso.par
index 9db18de..f8834af 100644
--- a/par/WaveDemo-Iso.par
+++ b/par/WaveDemo-Iso.par
@@ -2,7 +2,7 @@
#
# Parameter file for evolutions of gravitational waves (Teukolsky Waves)
#
-# For use with Cactus 4.0 (Beta 4)
+# For use with Cactus 4.0
#
# For help on running Cactus, either run the Cactus exectuable with the
# command line option -help, or consult the documentation at
@@ -12,11 +12,11 @@
#
#------------------------------------------------------------------------------
-!DESC "Evolution of Gravitation Waves: Demo"
+!DESC "Evolution of Linearized Gravitational Waves: Demo"
# These thorns must be compiled
-ActiveThorns = "einstein time adm iobasic ioutil ioascii pugh pughreduce pughslab cartgrid3d boundary idlinearwaves IsoSurfacer httpd httpdextra"
+ActiveThorns = "admbase admmacros admanalysis coordgauge staticconformal time adm iobasic ioutil ioascii pugh pughreduce pughslab cartgrid3d boundary idlinearwaves IsoSurfacer httpd httpdextra Socket"
#------------------------------------------------------------------------------
@@ -31,9 +31,9 @@ cactus::cctk_final_time = 4.0
# What to output and when
iobasic::outinfo_every = 10
-iobasic::outinfo_vars = "einstein::grr"
+iobasic::outinfo_vars = "ADMAnalysis::grr"
ioascii::out1d_every = 10
-ioascii::out1d_vars = "einstein::grr einstein::alp"
+ioascii::out1d_vars = "ADMAnalysis::grr ADMBase::alp"
#------------------------------------------------------------------------------
#
@@ -65,14 +65,14 @@ grid::xyzmax = 3.0
time::dtfac = 0.25
-einstein::evolution_system = "ADM"
+ADMBase::evolution_method = "ADM"
adm::method = "stagleap"
adm::bound = "radiative"
adm::harmonic_f = 2
-einstein::slicing = "1+log"
-einstein::initial_data = "teukwaves"
+ADMBase::lapse_evolution_method = "1+log"
+ADMBase::initial_data = "teukwaves"
idlinearwaves::mvalue = 2
idlinearwaves::parity = "even"
@@ -82,5 +82,3 @@ idlinearwaves::wavecenter = 0.
idlinearwaves::wavelength = 2.
IO::out_dir = "WaveDemo-Iso"
-
-