aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_one_boost_max.par4
-rw-r--r--test/test_one_static_max.par4
-rw-r--r--test/test_tov_carpet.par4
-rw-r--r--test/test_two_av.par8
-rw-r--r--test/test_two_max.par8
5 files changed, 14 insertions, 14 deletions
diff --git a/test/test_one_boost_max.par b/test/test_one_boost_max.par
index d949733..6dd2846 100644
--- a/test/test_one_boost_max.par
+++ b/test/test_one_boost_max.par
@@ -41,8 +41,8 @@ ADMBase::initial_lapse = "tov"
ADMBase::initial_shift = "tov"
tovsolver::TOV_Rho_Central[0] = 1.28e-3
-tovsolver::TOV_Gamma[0] = 2.0
-tovsolver::TOV_K[0] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Velocity_x[0] = 0.1
tovsolver::TOV_Velocity_y[0] = 0.2
tovsolver::TOV_Velocity_z[0] = 0.3
diff --git a/test/test_one_static_max.par b/test/test_one_static_max.par
index c65b2e7..6cb4b5b 100644
--- a/test/test_one_static_max.par
+++ b/test/test_one_static_max.par
@@ -41,8 +41,8 @@ ADMBase::initial_lapse = "tov"
ADMBase::initial_shift = "tov"
tovsolver::TOV_Rho_Central[0] = 1.28e-3
-tovsolver::TOV_Gamma[0] = 2.0
-tovsolver::TOV_K[0] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Combine_Method = "maximum"
IO::out_dir = $parfile
diff --git a/test/test_tov_carpet.par b/test/test_tov_carpet.par
index ab4c26e..4073448 100644
--- a/test/test_tov_carpet.par
+++ b/test/test_tov_carpet.par
@@ -52,8 +52,8 @@ ADMBase::initial_lapse = "tov"
ADMBase::initial_shift = "tov"
tovsolver::TOV_Rho_Central[0] = 1.28e-3
-tovsolver::TOV_Gamma[0] = 2.0
-tovsolver::TOV_K[0] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Combine_Method = "maximum"
Carpet::prolongation_order_space = 3
diff --git a/test/test_two_av.par b/test/test_two_av.par
index 0b5725e..8f074b0 100644
--- a/test/test_two_av.par
+++ b/test/test_two_av.par
@@ -45,13 +45,13 @@ tovsolver::TOV_Num_Radial = 200000
tovsolver::TOV_Combine_Method = "average"
tovsolver::TOV_Rho_Central[0] = 0.16e-3
-tovsolver::TOV_Gamma[0] = 2.0
-tovsolver::TOV_K[0] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Position_x[0] = -15.0
tovsolver::TOV_Rho_Central[1] = 0.32e-3
-tovsolver::TOV_Gamma[1] = 2.0
-tovsolver::TOV_K[1] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Position_x[1] = 15.0
IO::out_fileinfo="none"
diff --git a/test/test_two_max.par b/test/test_two_max.par
index 39761a3..4a2819a 100644
--- a/test/test_two_max.par
+++ b/test/test_two_max.par
@@ -45,13 +45,13 @@ tovsolver::TOV_Num_Radial = 200000
tovsolver::TOV_Combine_Method = "maximum"
tovsolver::TOV_Rho_Central[0] = 0.16e-3
-tovsolver::TOV_Gamma[0] = 2.0
-tovsolver::TOV_K[0] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Position_x[0] = -15.0
tovsolver::TOV_Rho_Central[1] = 0.32e-3
-tovsolver::TOV_Gamma[1] = 2.0
-tovsolver::TOV_K[1] = 100.0
+tovsolver::TOV_Gamma = 2.0
+tovsolver::TOV_K = 100.0
tovsolver::TOV_Position_x[1] = 15.0
IO::out_fileinfo="none"