aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e44674d..a45f3ca 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -42,4 +42,10 @@ if (cartoon_active)
LANG: C
} "Reset symmetries for WaveToy grid function"
}
+
+ # Apply cartoon boundary conditions after physical boundaries:
+ schedule Cartoon_ApplyBoundaries in BoundaryConditions after Boundary_ApplyPhysicalBCs
+ {
+ LANG: C
+ } "Execute Cartoon boundary conditions"
}