aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2009-09-17 20:34:31 +0000
committerknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2009-09-17 20:34:31 +0000
commit42fe8768151848a60dcf4ba30646176e000c5bdc (patch)
tree82792af8c1a385bd2436ee1bf7ad53a7d9f15831
parent41c8a5b4bc6f09f8e0c448a2926c45092ae10f17 (diff)
update testsuite parfile to use Whisky+TmunuBase+HydroBase
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@26 54511f98-0e4f-0410-826e-eb8b393f5a1e
-rw-r--r--test/tov.par8
-rw-r--r--test/tov/tov.par12
2 files changed, 14 insertions, 6 deletions
diff --git a/test/tov.par b/test/tov.par
index 2c8f362..73b013c 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 whisky whisky_init_data whisky_tovsolverc nanchecker eos_base eos_ideal_fluid eos_polytrope bssn_mol admconstraints Constants LocalReduce TmunuBase"
+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"
TmunuBase::stress_energy_storage = yes
TmunuBase::stress_energy_at_RHS = yes
@@ -30,6 +30,8 @@ cactus::cctk_itlast = 0
methodoflines::ode_method = "icn"
+hydrobase::timelevels = 3
+
whisky::riemann_solver = "Marquina"
whisky::whisky_eos_type = "Polytype"
whisky::whisky_eos_table = "2D_Polytrope"
@@ -61,8 +63,8 @@ IO::out_fileinfo="none"
IOBasic::outScalar_reductions = "minimum maximum"
IOBasic::outScalar_every = 1
-IOBasic::outScalar_vars = "whisky::whisky_prim_scalar_var admbase::metric ADMMass::ADMMass_Masses"
+IOBasic::outScalar_vars = "hydrobase::rho hydrobase::press hydrobase::eps admbase::metric ADMMass::ADMMass_Masses whisky::w_lorentz"
IOASCII::out1D_every = 1
-IOASCII::out1D_vars = "whisky::whisky_prim_scalar_var"
+IOASCII::out1D_vars = "hydrobase::rho hydrobase::press hydrobase::eps whisky::w_lorentz"
IOASCII::out_format = ".10e"
diff --git a/test/tov/tov.par b/test/tov/tov.par
index e119448..73b013c 100644
--- a/test/tov/tov.par
+++ b/test/tov/tov.par
@@ -1,4 +1,7 @@
-ActiveThorns = "time MoL pugh pughreduce pughslab coordbase symbase cartgrid3d ioutil ioascii iobasic boundary admbase staticconformal spacemask admcoupling coordgauge admmacros whisky whisky_init_data whisky_tovsolverc nanchecker eos_base eos_ideal_fluid eos_polytrope bssn_mol admconstraints Constants LocalReduce"
+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"
+
+TmunuBase::stress_energy_storage = yes
+TmunuBase::stress_energy_at_RHS = yes
time::dtfac = 0.375
@@ -9,6 +12,7 @@ admbase::shift_evolution_method = "gamma0"
adm_bssn::bound = "radiative"
adm_bssn::harmonic_f = 2.0
+ADMConstraints::constraints_persist = yes
admconstraints::bound = "static"
boundary::radpower = 2
@@ -26,6 +30,8 @@ cactus::cctk_itlast = 0
methodoflines::ode_method = "icn"
+hydrobase::timelevels = 3
+
whisky::riemann_solver = "Marquina"
whisky::whisky_eos_type = "Polytype"
whisky::whisky_eos_table = "2D_Polytrope"
@@ -57,8 +63,8 @@ IO::out_fileinfo="none"
IOBasic::outScalar_reductions = "minimum maximum"
IOBasic::outScalar_every = 1
-IOBasic::outScalar_vars = "whisky::whisky_prim_scalar_var admbase::metric ADMMass::ADMMass_Masses"
+IOBasic::outScalar_vars = "hydrobase::rho hydrobase::press hydrobase::eps admbase::metric ADMMass::ADMMass_Masses whisky::w_lorentz"
IOASCII::out1D_every = 1
-IOASCII::out1D_vars = "whisky::whisky_prim_scalar_var"
+IOASCII::out1D_vars = "hydrobase::rho hydrobase::press hydrobase::eps whisky::w_lorentz"
IOASCII::out_format = ".10e"