aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-01-08 18:37:24 +0000
committerrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-01-08 18:37:24 +0000
commit4e3d7c0425c78bd20c862b49d0c7a3922225a260 (patch)
treefa85773661b10c018c8109be99cd55c02bf4536c /schedule.ccl
parent495bb927071a8080394dca809ce0bbe614a5d907 (diff)
Schedule a routine to apply cartoon bcs.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@61 eec4d7dc-71c2-46d6-addf-10296150bf52
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"
}