summaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 612f623f71b9113783df87552b761a58231f953d (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 NullSurf
implements: NullSurf

INHERITS: ADMBase grid CoordBase MethodOfLines ML_BSSN Driver

CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)

REQUIRES FUNCTION MoLRegisterEvolved

CCTK_POINTER FUNCTION                     \
    VarDataPtrI                           \
        (CCTK_POINTER_TO_CONST IN cctkGH, \
         CCTK_INT IN map,                 \
         CCTK_INT IN reflevel,            \
         CCTK_INT IN component,           \
         CCTK_INT IN timelevel,           \
         CCTK_INT IN varindex)
USES FUNCTION VarDataPtrI

public:
REAL null_surface     TYPE=GF TIMELEVELS=3 tags='tensortypealias="Scalar" tensorweight=0'
{
    F
}

REAL null_surface_rhs TYPE=GF TIMELEVELS=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
    F_rhs
}