aboutsummaryrefslogtreecommitdiff
path: root/test/GRHydro_test_tov_ppm_no_trp_ML.par
diff options
context:
space:
mode:
authorhinder <hinder@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-07-25 14:47:17 +0000
committerhinder <hinder@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-07-25 14:47:17 +0000
commitd46d7dce3be75dd48f6845daf38b33b3f0302d9c (patch)
tree5193f571ce52e1cb812fd8988c0b914a23dc7e83 /test/GRHydro_test_tov_ppm_no_trp_ML.par
parenta0f6ed51b9b9a81f0355007622a0e3ef6874be6f (diff)
Use 2 CoordBase boundary points instead of 1 in McLachlan tests
McLachlan (ML_BSSN_O2) requires two ghost/boundary points due to the dissipation and upwinded advection operators. Kranc-generated thorns now check that the correct number of ghost and boundary points are available, and this check causes three GRHydro tests to fail as they use a boundary size of 1. It turns out that if you disable the check, the original GRHydro test suite still passes on Intel with Linux (Damiana) but segfaulted on GCC with Mac OS (my laptop). The dissipation and unwinding operators will be reading off the edge of the grid, so the behavior is undefined. Dissipation is set to 0 in this test, but a nonzero shift is used. This commit sets the CoordBase boundary size to 2 in the tests, and this requires the test data to be regenerated (the following commit). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@253 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'test/GRHydro_test_tov_ppm_no_trp_ML.par')
-rw-r--r--test/GRHydro_test_tov_ppm_no_trp_ML.par7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/GRHydro_test_tov_ppm_no_trp_ML.par b/test/GRHydro_test_tov_ppm_no_trp_ML.par
index 879c330..9a36443 100644
--- a/test/GRHydro_test_tov_ppm_no_trp_ML.par
+++ b/test/GRHydro_test_tov_ppm_no_trp_ML.par
@@ -48,6 +48,13 @@ grid::xyzmax = 15.001
driver::ghost_size = 3
driver::global_nsize = 33
+CoordBase::boundary_size_x_lower = 2
+CoordBase::boundary_size_y_lower = 2
+CoordBase::boundary_size_z_lower = 2
+CoordBase::boundary_size_x_upper = 2
+CoordBase::boundary_size_y_upper = 2
+CoordBase::boundary_size_z_upper = 2
+
cactus::cctk_itlast = 7
methodoflines::ode_method = "icn"