aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 8c79d3fbc51dc4747f791683f4948b4ee8a11608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"