[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 400)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Tue Jul 17 12:08:32 CDT 2012
User: rhaas
Date: 2012/07/17 12:08 PM
Modified:
/trunk/
schedule.ccl
Log:
GRHydro: schedule AtmosphereReset before PrimitiveInitialGuessesBoundaries
which used to be called PrimitiveBoundaries
From: Roland Haas <roland.haas at physics.gatech.edu>
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +1 -1
===================================================================
--- trunk/schedule.ccl 2012-07-17 17:08:30 UTC (rev 399)
+++ trunk/schedule.ccl 2012-07-17 17:08:31 UTC (rev 400)
@@ -1009,7 +1009,7 @@
# Synchronize the atmosphere mask before doing other boundaries!
-schedule group GRHydro_AtmosphereMaskBoundaries IN HydroBase_PostStep BEFORE (HydroBase_Boundaries,GRHydro_PrimitiveBoundaries)
+schedule group GRHydro_AtmosphereMaskBoundaries IN HydroBase_PostStep BEFORE (HydroBase_Boundaries,GRHydro_PrimitiveInitialGuessesBoundaries)
{
} "Apply boundary conditions to primitives"
More information about the Commits
mailing list