From 0c20fb525a24f4decc9aa189a591cd1f4b4512cc Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 17 Oct 2005 12:05:14 +0000 Subject: 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 --- schedule.ccl | 6 +++--- 1 file 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 -- cgit v1.2.3