From 4e3d7c0425c78bd20c862b49d0c7a3922225a260 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 8 Jan 2003 18:37:24 +0000 Subject: Schedule a routine to apply cartoon bcs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@61 eec4d7dc-71c2-46d6-addf-10296150bf52 --- schedule.ccl | 6 ++++++ 1 file changed, 6 insertions(+) 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" } -- cgit v1.2.3