choreo.segm.ODE.ExplicitSymplecticIVP#

ExplicitSymplecticIVP(fun, gun, (double, double) t_span, double[::1] x0, double[::1] v0, ExplicitSymplecticRKTable rk, grad_fun=None, grad_gun=None, double[:, ::1] grad_x0=None, double[:, ::1] grad_v0=None, mode=u'VX', Py_ssize_t nint=1, Py_ssize_t keep_freq=-1, bool keep_init=False, bool DoEFT=True)#

Explicit symplectic integration of a partitionned initial value problem.

Parameters:
Returns:

Arrays containing the computed approximation of the solution to the IVP at evaluation points.

Return type:

tuple of numpy.ndarray.