aboutsummaryrefslogtreecommitdiff
path: root/interface.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 /interface.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 'interface.ccl')
-rw-r--r--interface.ccl13
1 files changed, 9 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index c05a3c1..924cabc 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -28,10 +28,6 @@ PROVIDES FUNCTION Diff_gv WITH DiffGv LANGUAGE C
CCTK_REAL FUNCTION GetScalProdCoeff ()
PROVIDES FUNCTION GetScalProdCoeff WITH GetCoeff LANGUAGE Fortran
-SUBROUTINE SetNormMask ( CCTK_POINTER IN cctkGH, \
- CCTK_REAL OUT ARRAY mask )
-PROVIDES FUNCTION SetNormMask WITH SetNMask LANGUAGE C
-
CCTK_INT FUNCTION GetDomainSpecification \
(CCTK_INT IN size, \
CCTK_REAL OUT ARRAY physical_min, \
@@ -49,3 +45,12 @@ REQUIRES FUNCTION SymmetryTableHandleForGrid
CCTK_INT FUNCTION SymmetryHandleOfName (CCTK_STRING IN sym_name)
REQUIRES FUNCTION SymmetryHandleOfName
+
+
+
+public
+
+CCTK_REAL normmask TYPE=gf TAGS='tensortypealias="scalar" Prolongation="None"'
+{
+ nmask
+} "Mask for the norm calculation"