aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-05 21:27:33 +0000
committerrideout <rideout@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-05 21:27:33 +0000
commitb512afb951c546e99187b8a5c66a2e84938fd987 (patch)
tree7dd35460916db0b8428602adbad7ce7b6b53cac3 /schedule.ccl
parent009711d38c7bbe2b2b434d935f34ce5d6969dfed (diff)
Conversion to CactusEinstein2.
Some minor documentation fixes/updates. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@66 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 6 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2971539..1e807d3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,15 +7,18 @@ if (CCTK_Equals(initial_data,"brilldata"))
STORAGE: brillconf
STORAGE: brillelliptic
+ schedule IDBrillData_ParamChecker at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Check that the metric_type is recognised"
+
schedule BrilData_InitSymBound at CCTK_BASEGRID
{
LANG: C
} "Set up symmetries for brillpsi"
- schedule brilldata at CCTK_INITIAL
+ schedule brilldata in ADMBase_InitialData
{
LANG: Fortran
} "Construct Brill wave initial data"
}
-
-