aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f0f19a4..55719b8 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,12 +3,20 @@
if (cartoon_active)
{
+ STORAGE: excision_variables
+
schedule Cartoon2D_CheckTensorTypes at PARAMCHECK
{
LANG: C
OPTIONS: meta
} "Check tensor type definitions for consistency"
+ schedule Cartoon2D_InitExcisionVars at BASEGRID
+ {
+ LANG: C
+ OPTIONS: global
+ } "Initialize the excision variables"
+
if (allow_grid_resize)
{
schedule Cartoon2D_SetGrid at CCTK_RECOVER_PARAMETERS