aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"
}
-
-