aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 3bb592b457a439f1c3be2d4f3b6352802279e781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Interface definition for thorn TwoPunctures
# $Header$

IMPLEMENTS: TwoPunctures

INHERITS: ADMBase StaticConformal grid

REAL puncture_u TYPE=gf

CCTK_INT FUNCTION Rho_ADM(                 \
    CCTK_POINTER_TO_CONST IN cctkGH,       \
    CCTK_INT              IN size,         \
    CCTK_POINTER          IN source,       \
    CCTK_POINTER          IN x,            \
    CCTK_POINTER          IN y,            \
    CCTK_POINTER          IN z             \
    )
USES FUNCTION Rho_ADM