aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 68d00da8edc3653845015701ca010a0b40638956 (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
# Interface definition for thorn SpaceMask
# $Header$

implements: SpaceMask
inherits: grid

USES INCLUDE: Symmetry.h

public:

CCTK_INT space_mask_group type=GF
{
  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
{
  emask
} "Mask"