From f24c758ab2c4f5e701b8829b93af065889707e96 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 25 Oct 2004 19:21:43 +0000 Subject: Move scalar product weight mask and its calculation from MultiPatchWaveToy to SummationByParts. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@12 f69c4107-0314-4c4f-9ad4-17e986b73f4a --- schedule.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 8ebd83a..e1bc52a 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,2 +1,10 @@ # Schedule definitions for thorn SummationByParts # $Header$ + +# Mask for norms +STORAGE: normmask + +SCHEDULE SBP_SetNormMask AT initial +{ + LANG: Fortran +} "Setup the mask for the calulcation of the norm" -- cgit v1.2.3