aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2004-12-01 13:44:39 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2004-12-01 13:44:39 +0000
commit2bd3c3a7d785398654dc3fae9790a0ca33957504 (patch)
treedc8c82a8a822ce295e0ca6712da4ea67c59c7631 /schedule.ccl
parente424c9749e261bbadab712bcaf1cad190143291a (diff)
Routine to check if grid sizes and ghost_zones are enough for the order of
finite differencing requires. Has not been tested thoroughly. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@16 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e1bc52a..7575d69 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,3 +8,8 @@ SCHEDULE SBP_SetNormMask AT initial
{
LANG: Fortran
} "Setup the mask for the calulcation of the norm"
+
+SCHEDULE SBP_CheckGridSizes AT postinitial
+{
+ LANG: Fortran
+} "Check grid sizes and ghost zones"