[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 369)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Thu Jun 21 21:29:19 CDT 2012


User: rhaas
Date: 2012/06/21 09:29 PM

Modified:
 /trunk/
  schedule.ccl

Log:
 Revert "GRHydro: Fix a scheduling issue related to previous atmosphere patch."
 
 This reverts commit f9f8bffea9d960fb9f20cd3fe09ca9460b247adb.

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +4 -5
===================================================================
--- trunk/schedule.ccl	2012-06-22 02:29:16 UTC (rev 368)
+++ trunk/schedule.ccl	2012-06-22 02:29:18 UTC (rev 369)
@@ -1158,21 +1158,20 @@
 ### This is executed in the last MoL_PosStep                 ###
 ################################################################
 
-# First (right after sync) we need to convert real (and synchronized mask) to an integer mask!
-schedule GRHydroPostSyncAtmosphereMask IN HydroBase_PostStep AFTER HydroBase_Boundaries BEFORE HydroBase_Con2Prim
+# First we need to convert real (and synchronized mask) to an integer mask!
+schedule GRHydroPostSyncAtmosphereMask IN HydroBase_PostStep AFTER HydroBase_Boundaries
 {
   LANG: Fortran
 } "Set integer atmosphere mask from synchronized real atmosphere mask"
 
-# Afterwards, reset mask!
 if (CCTK_Equals(Bvec_evolution_method,"GRHydro"))
 {
-  schedule GRHydro_AtmosphereResetM IN HydroBase_PostStep AFTER GRHydroPostSyncAtmosphereMask BEFORE HydroBase_Con2Prim IF GRHydro::InLastMoLPostStep
+  schedule GRHydro_AtmosphereResetM IN HydroBase_PostStep BEFORE HydroBase_Con2Prim IF GRHydro::InLastMoLPostStep
   {
     LANG: Fortran
   } "Reset the atmosphere - MHD version"
 } else {
-  schedule GRHydro_AtmosphereReset IN HydroBase_PostStep AFTER GRHydroPostSyncAtmosphereMask BEFORE HydroBase_Con2Prim IF GRHydro::InLastMoLPostStep
+  schedule GRHydro_AtmosphereReset IN HydroBase_PostStep BEFORE HydroBase_Con2Prim IF GRHydro::InLastMoLPostStep
   {
     LANG: Fortran
   } "Reset the atmosphere"



More information about the Commits mailing list