From 83b6898036608da56fe70d8654019a38f9dfca81 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 21 Sep 2007 15:47:13 +0000 Subject: Rewrite puncture tracker git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@6 a2659f00-0f4f-0410-9214-a4596bbb8a4f --- interface.ccl | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'interface.ccl') 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" -- cgit v1.2.3