aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-05 05:36:38 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-05 05:36:38 +0000
commitb375d7910d10066e9a8aa5210d0c7709710e91da (patch)
tree05b392ff71cb5341bb3e9c188b25b3c97487d3ca /schedule.ccl
parentbadb57e487daf59d8ef1f172e13bdc2e54084fbf (diff)
GRHydro: Fixed mislabeled scheduling comment (cosmetic change).
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@379 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9ae5e9c..5a9c2c9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1065,17 +1065,17 @@ else
# and symmetry boundaries (we need valid data for the initial guess in Con2Prim)
schedule group GRHydro_PrimitiveBoundaries IN CCTK_POSTREGRID BEFORE MoL_PostStep
{
- } "Apply boundary conditions to primitives used for initial guesses"
+ } "Apply boundary conditions to all primitives"
schedule group GRHydro_PrimitiveBoundaries IN CCTK_POSTREGRIDINITIAL BEFORE MoL_PostStep
{
- } "Apply boundary conditions to primitives used for initial guesses"
+ } "Apply boundary conditions to all primitives"
# Primitive sync is always necessary to provide initial guesses for Con2Prim in the buffer zones via prolongation.
# Buffer zones are not guaranteed to have the correct values! Prolongation happens only in the last MoL poststep
# so we only need to sync in the last MoL post step.
schedule group GRHydro_PrimitiveInitialGuessesBoundaries IN HydroBase_PostStep BEFORE HydroBase_Boundaries IF GRHydro::InLastMoLPostStep
{
- } "Apply boundary conditions to all primitives"
+ } "Apply boundary conditions to those primitives used as initial guesses"
if(CCTK_IsImplementationActive("Coordinates")) {