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

implements: ReductionTest3
inherits: grid

CCTK_REAL myredvar TYPE=GF TIMELEVELS=3 tags='ProlongationParameter="Whisky::Whisky_Prolongation_Type" tensortypealias="Scalar" tensorweight=+1.0 interpolator="matter"'

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
}