aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest3/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-09-03 16:19:15 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:42:31 +0000
commit11c4d98017cbb86d08e15fd1b549180184b58a26 (patch)
tree2546a154c6f7bc0bec87de7316125ae7d1453569 /CarpetExtra/ReductionTest3/interface.ccl
parentf520477b1c14e02f1495cfa8d3e09f4e21ab34d0 (diff)
Import Carpet
Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
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
+}
+