aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-21 23:36:47 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-21 23:36:47 +0000
commit7646942128ea116332e9afb2acd8cf8270534a13 (patch)
treeccfcb67b1bc3325e2337353490dd3a9c78171eda
parentcefb5b5699f873f4516e068595bdec024820b82c (diff)
GRHydro: change prolongation type of real valued atmosphere mask to none
this fixes the aborts by Carpet for vertex centered simulations in which it complained about the wrong order of prolongation being used. Me culpa, since I suggested using "copy" rather than "none". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@366 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 30380a5..4c49756 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -427,7 +427,7 @@ int GRHydro_atmosphere_mask type = GF Timelevels = 1 tags='Prolongation="None"'
# This real mask is set during UpdateAtmosphereMask and sync'ed afterwards (including possible interpatch interpolation)
# After syn'ing and before any con2prim fun, we set the integer mask above based on the real-valued mask.
# This ensures that any routine using the int mask is still correctly working.
-real GRHydro_atmosphere_mask_real type = GF Timelevels = 1 tags='Prolongation="copy" checkpoint="no"'
+real GRHydro_atmosphere_mask_real type = GF Timelevels = 1 tags='Prolongation="none" checkpoint="no"'
{
atmosphere_mask_real
} "Flags to say whether a point needs to be reset to the atmosphere. This is sync'ed (and possibly interpolated)!"