aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl19
1 files changed, 8 insertions, 11 deletions
diff --git a/interface.ccl b/interface.ccl
index 8c79d3f..beac81a 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,20 +1,17 @@
# Interface definition for thorn PunctureTracker
-# $Header$
IMPLEMENTS: PunctureTracker
-INHERITS: ADMBase, TwoPunctures,SphericalSurface
+INHERITS: ADMBase CarpetRegrid2
-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
+CCTK_REAL pt_loc[10] TYPE=scalar
{
- pt_shiftx, pt_shifty, pt_shiftz
-
-} "shift at location of punctures"
+ pt_loc_t pt_loc_x pt_loc_y pt_loc_z
+} "Location of punctures"
+CCTK_REAL pt_loc_p[10] TYPE=scalar
+{
+ pt_loc_t_p pt_loc_x_p pt_loc_y_p pt_loc_z_p
+} "Previous location of punctures"