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

implements: ehfinder
inherits: grid einstein

USES INCLUDE: Einstein.h
USES INCLUDE: MoL.h

public:

CCTK_REAL level_set type=GF TimeLevels=2
{
  f
} "The scalar level set function that defines the null surface"

CCTK_REAL slevel_set type=GF TimeLevels=1
{
  sf
} "Source for the level set function"

CCTK_REAL dlevel_set type=GF TimeLevels=1
{
  dfx, dfy, dfz
}