aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2005-10-17 12:05:14 +0000
committerschnetter <schnetter@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2005-10-17 12:05:14 +0000
commit0c20fb525a24f4decc9aa189a591cd1f4b4512cc (patch)
treef06224afa0d961a9eb5aafcba267a96f9d356031
parentc7b3ce61836eaa56eec70431bf2ed4746ec1d62c (diff)
Clarify the purpose of the ADMBase_InitialData, ADMBase_InitialGauge,
and ADMBase_PostInitial schedule groups. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@35 d576a68a-b34a-40ae-82fc-004fa1a9d16f
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 97b8ba9..a72ade7 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,15 +13,15 @@ SCHEDULE ADMBase_ParamCheck at CCTK_PARAMCHECK
SCHEDULE group ADMBase_InitialData at CCTK_INITIAL
{
-} "Schedule group for ADM initial data"
+} "Schedule group for calculating ADM initial data"
SCHEDULE group ADMBase_InitialGauge at CCTK_INITIAL after ADMBase_InitialData
{
-} "Schedule group for ADM initial data"
+} "Schedule group for the ADM initial gauge condition"
SCHEDULE group ADMBase_PostInitial at CCTK_INITIAL after ADMBase_InitialGauge
{
-} "Schedule group for ADM initial data"
+} "Schedule group for modifying the ADM initial data, such as e.g. adding noise"
# Initial data for the spatial slices