Class xlifepp::ParameterizedGeodesic#
-
class ParameterizedGeodesic : public xlifepp::Geodesic#
-
ParameterizedGeodesic class handling any geodesic got using surface parameterization require a GeomDomain or a Geometry or a Parameterization in any case, it constructs geodesic using a RK4 scheme to solve the geodesic EDO dt(x(t),y(t))=F(x(t),y(t)) x(t)=x0, y(t)=y(0) F function (involving Cristoffel symbols) is based on a Parameterization When the Parameterization is a PiecewiseParameterization, the computation is done using an iterative process to go from one parameterization to the other.