aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2011-11-04 21:19:51 +0000
committerrhaas <rhaas@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2011-11-04 21:19:51 +0000
commit55551e79dda0c20323b6b56aeccb1a14a4e23bf6 (patch)
treeffd81f9a77bed6838e011b1eb6cb5baf28afd341 /interface.ccl
parent0bef41999e3ee36242f5d638bbcdfe1a0bb00914 (diff)
expose punture velocities in grid scalarHEADsvnmaster
they can be accessed and output the same way that the puncture location is git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@21 a2659f00-0f4f-0410-9214-a4596bbb8a4f
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 484ee68..31c9626 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -16,6 +16,10 @@ 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"
+CCTK_REAL pt_vel[10] TYPE=scalar
+{
+ pt_vel_t pt_vel_x pt_vel_y pt_vel_z
+} "Velocity of punctures"
CCTK_INT FUNCTION \