aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 8f611e6b9b680ba0feeac324724a7b5a7ddba6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Interface definition for thorn SpaceMask
# $Header$

implements: SpaceMask
inherits: grid

USES INCLUDE: Symmetry.h

# our header file "SpaceMask.h" may be #included by other thorns
INCLUDE HEADER: SpaceMask.h in SpaceMask.h

public:

CCTK_INT space_mask_group type=GF tags='tensortypealias="Scalar" Prolongation="None"'
{
  space_mask
}

#
# The following emask GF is kept for the sake of compatibility with
# the existing excision thorns. Once these are translated to the new
# mask, this function will disappear. Please don't use it for
# anything.
#
real mask type = GF tags='tensortypealias="Scalar" Prolongation="None"'
{
  emask
} "Mask"