aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-04-02 17:40:41 -0400
committerErik Schnetter <schnetter@gmail.com>2013-04-02 17:40:41 -0400
commitc0c03fece68597fddfef57948334c5c99154f244 (patch)
treee3d32c456ff55c6eaafa684e1e2438514d46706b /Carpet/Carpet/schedule.ccl
parentafd93dce86328a3489608b729894bb34add6cb90 (diff)
Requirements: New thorn
Move requirement handling code out of Carpet and into a new thorn.
Diffstat (limited to 'Carpet/Carpet/schedule.ccl')
-rw-r--r--Carpet/Carpet/schedule.ccl17
1 files changed, 0 insertions, 17 deletions
diff --git a/Carpet/Carpet/schedule.ccl b/Carpet/Carpet/schedule.ccl
index 410a6bbc9..d726b58aa 100644
--- a/Carpet/Carpet/schedule.ccl
+++ b/Carpet/Carpet/schedule.ccl
@@ -47,20 +47,3 @@ if (use_unusedpoints_mask)
LANG: C
} "Set mask of unused points"
}
-
-# Handle requirements of boundary and symmtery condition. This uses knowledge
-# of the internal workings of thorn boundary.
-if (check_requirements)
-{
- schedule CarpetCheckReadsBeforeBoundary IN ApplyBCs BEFORE BoundaryConditions
- {
- LANG: C
- OPTIONS: singlemap # local would also work but we don't really need it
- } "Check that interior of grid function is valid before boundary conditions are applied"
-
- schedule CarpetNotifyWritesAfterBoundary IN ApplyBCs AFTER Boundary_ApplyPhysicalBCs BEFORE Boundary_ClearSelection
- {
- LANG: C
- OPTIONS: singlemap # local would also work but we don't really need it
- } "Notify that grid functions with boundary condtions are valid in boundary"
-}