aboutsummaryrefslogtreecommitdiff
path: root/test/test_tov_carpet_refined_nosync.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tov_carpet_refined_nosync.par')
-rw-r--r--test/test_tov_carpet_refined_nosync.par24
1 files changed, 13 insertions, 11 deletions
diff --git a/test/test_tov_carpet_refined_nosync.par b/test/test_tov_carpet_refined_nosync.par
index 3bde192..3ef6d42 100644
--- a/test/test_tov_carpet_refined_nosync.par
+++ b/test/test_tov_carpet_refined_nosync.par
@@ -23,9 +23,9 @@ CoordBase::zmin = 0.0
CoordBase::xmax = 15.001
CoordBase::ymax = 15.001
CoordBase::zmax = 15.001
-CoordBase::ncells_x = 16
-CoordBase::ncells_y = 8
-CoordBase::ncells_z = 8
+CoordBase::ncells_x = 32
+CoordBase::ncells_y = 16
+CoordBase::ncells_z = 16
CoordBase::boundary_size_x_lower = 3
CoordBase::boundary_size_y_lower = 3
@@ -83,14 +83,16 @@ GRHydro::bound = "flat"
GRHydro::tvd_limiter = "VanLeerMC2"
GRHydro::rho_abs_min = 1.e-7
GRHydro::initial_atmosphere_factor = 0.999
-# these do not match TOVSolver to make the star actually move
-EOS_Omni::poly_gamma = 1.3
-EOS_Omni::poly_gamma_ini = 1.3
-EOS_Omni::gl_gamma = 1.3
-EOS_Omni::poly_k = 50
-EOS_Omni::gl_k = 50
-GRHydro::GRHydro_perc_ptol = 1e-5
-GRHydro::GRHydro_del_ptol = 1e-5
+EOS_Omni::poly_gamma = 2.0
+EOS_Omni::poly_gamma_ini = 2.0
+EOS_Omni::gl_gamma = 2.0
+EOS_Omni::poly_k = 100
+EOS_Omni::gl_k = 100
+# this should be more accurate than the test tolerance to avoid O(1) changes in
+# the primitives when O(eps) changes in the conservatives trigger one more
+# iteration
+GRHydro::GRHydro_perc_ptol = 1e-13
+GRHydro::GRHydro_del_ptol = 1e-13
GRHydro::sync_conserved_only = "yes"
ADMBase::initial_data = "tov"