29 typedef typename SpaceTime::Scalar_t Scalar_t;
30 typedef typename SpaceTime::Point_t Point_t;
31 typedef typename SpaceTime::Vector_t Vector_t;
32 typedef typename SpaceTime::Christoffel_t Christoffel_t;
34 typedef typename Point_t::Vector_t PointComponents_t;
35 enum { Dims = PointComponents_t::SIZE };
44 Vector_t
operator()(
const Point_t&q,
const Vector_t&dot_q)
const
47 ST.getChristoffel(Gamma, q);
48 return Vector_t( Gamma(dot_q, dot_q) );