aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 796eff6d8fe70adc046de24c1af12a76e6decd16 (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
30
31
32
33
34
35
36
# Interface definition for thorn EHFinder
# $Header$

implements: ehfinder
inherits: grid admbase coordgauge  boundary

USES INCLUDE: Boundary.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, dfsq
} "Derivatives of the level set function"

CCTK_REAL ftmp type=GF TimeLevels=1

CCTK_INT eh_mask_all type=GF TimeLevels=1
{
  eh_mask, tm_mask
} "Masks to define active cells"

CCTK_REAL rep_mask type=GF TimeLevels=1

CCTK_INT re_param_control type=SCALAR