aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest/interface.ccl
blob: ff5dab82ebee013b36621ba1523ae0fb50b7d905 (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: GRHydro 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
}