aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetProlongateTest/interface.ccl
blob: 366742f08af1baaee64de46689daa7afd5faea2d (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
# Interface definition for thorn CarpetProlongateTest

IMPLEMENTS: CarpetProlongateTest

INHERITS: grid



CCTK_REAL scalar TYPE=gf TIMELEVELS=3
{
  u
} "Grid function"

CCTK_REAL scaled TYPE=gf TIMELEVELS=3
{
  uscaled
} "Scaled grid function"

CCTK_REAL difference TYPE=gf TIMELEVELS=3
{
  u0 du
} "Error in grid function"

CCTK_REAL errornorm TYPE=scalar "Norm of error in grid function"