aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest3/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/ReductionTest3/interface.ccl')
-rw-r--r--CarpetExtra/ReductionTest3/interface.ccl20
1 files changed, 20 insertions, 0 deletions
diff --git a/CarpetExtra/ReductionTest3/interface.ccl b/CarpetExtra/ReductionTest3/interface.ccl
new file mode 100644
index 000000000..46ce46253
--- /dev/null
+++ b/CarpetExtra/ReductionTest3/interface.ccl
@@ -0,0 +1,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
+}
+