aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-01-30 12:21:57 +0000
committerkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-01-30 12:21:57 +0000
commit85e716cabbae5a1de9e7ce74eb88687ee5bb5f7c (patch)
treee1c7d1b8de7a70f1c3836ca23276f0a0db4fd9ef /interface.ccl
parentdae348b3c48318435854dd96e85d2bc69e964219 (diff)
add PunctureTracker
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@2 a2659f00-0f4f-0410-9214-a4596bbb8a4f
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"
+