aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..8c79d3f
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,20 @@
+# Interface definition for thorn PunctureTracker
+# $Header$
+
+IMPLEMENTS: PunctureTracker
+
+INHERITS: ADMBase, TwoPunctures,SphericalSurface
+
+
+CCTK_REAL pt_loc[pt_num_tracked] TYPE=scalar timelevels=2
+{
+ pt_loc_x, pt_loc_y, pt_loc_z
+
+} "location of punctures"
+
+CCTK_REAL pt_shift[pt_num_tracked] TYPE=scalar
+{
+ pt_shiftx, pt_shifty, pt_shiftz
+
+} "shift at location of punctures"
+