aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2004-10-25 19:21:43 +0000
committerschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2004-10-25 19:21:43 +0000
commitf24c758ab2c4f5e701b8829b93af065889707e96 (patch)
tree62cebd19dfc8b71f1962fd9c54960b2b51861105 /schedule.ccl
parentdb3727248c9e5f391ff690d0c7f5e279c02bf824 (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
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"