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

implements: ReductionTest
inherits: Whisky grid

CCTK_REAL center_of_mass_helpers TYPE=GF TIMELEVELS=3 tags='prolongation="none"'
{
  
 dMx,dMy,dMz
}

CCTK_REAL center_of_mass TYPE=SCALAR
{
  
        Mx,My,Mz,Mr
}