[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 379)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Thu Jul 5 00:36:39 CDT 2012
User: rhaas
Date: 2012/07/05 12:36 AM
Modified:
/trunk/
schedule.ccl
Log:
GRHydro: Fixed mislabeled scheduling comment (cosmetic change).
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +3 -3
===================================================================
--- trunk/schedule.ccl 2012-07-05 05:36:36 UTC (rev 378)
+++ trunk/schedule.ccl 2012-07-05 05:36:38 UTC (rev 379)
@@ -1065,17 +1065,17 @@
# 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")) {
More information about the Commits
mailing list