From 7646942128ea116332e9afb2acd8cf8270534a13 Mon Sep 17 00:00:00 2001 From: rhaas Date: Thu, 21 Jun 2012 23:36:47 +0000 Subject: 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 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)!" -- cgit v1.2.3