From ac3ec0b58631007dd129261b6c83876b08d39837 Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 22 Jun 2012 20:37:46 +0000 Subject: Revert "* improve handling of cs2 < 0 in the "standard" (non-MHD, non-hot EOS) eigenvalue routine." actually this introduce the real valued atmosphere mask. This reverts commit deccf528b463820b615dfa73e46e137cd59c65be. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@372 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- interface.ccl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 689f155..25f3d60 100644 --- a/interface.ccl +++ b/interface.ccl @@ -424,15 +424,6 @@ int GRHydro_atmosphere_mask type = GF Timelevels = 1 tags='Prolongation="None"' atmosphere_mask } "Flags to say whether a point needs to be reset to the atmosphere" -# 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"' -{ - atmosphere_mask_real -} "Flags to say whether a point needs to be reset to the atmosphere. This is sync'ed (and possibly interpolated)!" - - int GRHydro_atmosphere_descriptors type=SCALAR { atmosphere_field_descriptor -- cgit v1.2.3