aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0ca570f..47a06eb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,6 +5,20 @@ if (cartoon_active)
{
STORAGE: excision_variables
+ STORAGE: coord
+
+ schedule Cartoon2D_setup_coord at CCTK_POSTREGRID {
+ LANG: C
+ } ""
+
+ schedule Cartoon2D_setup_coord at CCTK_POSTREGRIDINITIAL {
+ LANG: C
+ } ""
+
+ schedule Cartoon2D_setup_coord at CCTK_BASEGRID {
+ LANG: C
+ } ""
+
schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK
{
LANG: C