aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaiotti <baiotti@54511f98-0e4f-0410-826e-eb8b393f5a1e>2011-06-08 04:15:31 +0000
committerbaiotti <baiotti@54511f98-0e4f-0410-826e-eb8b393f5a1e>2011-06-08 04:15:31 +0000
commit7230d2b7af2818d8806d6276717580db4b69cede (patch)
tree6455c4f3346f123d807c269646651709650847fb
parentcc126fca79f043c955ce91140bdd7eb7f5d8026e (diff)
Update variable name; deactivate unused thorn.
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@34 54511f98-0e4f-0410-826e-eb8b393f5a1e
-rw-r--r--test/tov.par9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/tov.par b/test/tov.par
index fe8afc7..0c0fab3 100644
--- a/test/tov.par
+++ b/test/tov.par
@@ -1,4 +1,4 @@
-ActiveThorns = "time MoL pugh pughreduce pughslab coordbase symbase cartgrid3d ioutil ioascii iobasic boundary admbase staticconformal spacemask admcoupling coordgauge admmacros hydrobase whisky whisky_init_data whisky_tovsolverc nanchecker eos_base eos_ideal_fluid eos_polytrope bssn_mol admconstraints Constants LocalReduce TmunuBase InitBase"
+ActiveThorns = "time MoL pugh pughreduce pughslab coordbase symbase cartgrid3d ioutil ioascii iobasic boundary admbase staticconformal spacemask admcoupling coordgauge admmacros hydrobase whisky whisky_init_data whisky_tovsolverc nanchecker eos_base eos_polytrope bssn_mol admconstraints Constants LocalReduce TmunuBase InitBase"
TmunuBase::stress_energy_storage = yes
TmunuBase::stress_energy_at_RHS = yes
@@ -6,6 +6,7 @@ TmunuBase::stress_energy_at_RHS = yes
time::dtfac = 0.375
admbase::evolution_method = "adm_bssn"
+adm_bssn::timelevels = 2
admbase::lapse_evolution_method = "1+log"
admbase::shift_evolution_method = "gamma0"
@@ -30,7 +31,7 @@ cactus::cctk_itlast = 0
methodoflines::ode_method = "icn"
-hydrobase::timelevels = 3
+hydrobase::timelevels = 2
hydrobase::evolution_method = "whisky"
whisky::riemann_solver = "Marquina"
@@ -64,8 +65,8 @@ IO::out_fileinfo="none"
IOBasic::outScalar_reductions = "minimum maximum"
IOBasic::outScalar_every = 1
-IOBasic::outScalar_vars = "hydrobase::rho hydrobase::press hydrobase::eps admbase::metric ADMMass::ADMMass_Masses whisky::w_lorentz"
+IOBasic::outScalar_vars = "hydrobase::rho hydrobase::press hydrobase::eps admbase::metric ADMMass::ADMMass_Masses hydrobase::w_lorentz"
IOASCII::out1D_every = 1
-IOASCII::out1D_vars = "hydrobase::rho hydrobase::press hydrobase::eps whisky::w_lorentz"
+IOASCII::out1D_vars = "hydrobase::rho hydrobase::press hydrobase::eps hydrobase::w_lorentz"
IOASCII::out_format = ".10e"