aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-09-21 15:47:13 +0000
committerschnetter <schnetter@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-09-21 15:47:13 +0000
commit83b6898036608da56fe70d8654019a38f9dfca81 (patch)
treeb3ff961b41bd093527446478637d8397194afac7 /interface.ccl
parentf87829d2acde4a9913037ef93954905a0d85bf3f (diff)
Rewrite puncture tracker
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@6 a2659f00-0f4f-0410-9214-a4596bbb8a4f
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"