From 2bd3c3a7d785398654dc3fae9790a0ca33957504 Mon Sep 17 00:00:00 2001 From: diener Date: Wed, 1 Dec 2004 13:44:39 +0000 Subject: 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 --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedule.ccl') 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" -- cgit v1.2.3