aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2003-02-26 16:32:25 +0000
committerrideout <rideout@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2003-02-26 16:32:25 +0000
commit18b5f91e6f72354452d65aba5b80e9d3924e91a8 (patch)
tree32349f0a5c9e6c9723c69ccf87884d2317714ac5
parent5f565bb6944f8896ca8ea80931be2e2b78344589 (diff)
Create new group for WaveToy initial data, and schedule
IDScalarWave_InitialData in it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@60 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-rw-r--r--schedule.ccl7
1 files changed, 5 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f569d20..6622e38 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,9 +6,12 @@ schedule IDScalarWave_CheckParameters at CCTK_PARAMCHECK
LANG: Fortran
} "Check parameters"
-schedule IDScalarWave_InitialData at CCTK_INITIAL as WaveToy_InitialData
+schedule group WaveToy_InitialData at CCTK_INITIAL
+{
+} "Execute initial data for wavetoy"
+
+schedule IDScalarWave_InitialData in WaveToy_InitialData
{
STORAGE: wavetoy::scalarevolve[3]
LANG: Fortran
} "Initial data for 3D wave equation"
-