boinor.twobody.propagation.cowell ================================= .. py:module:: boinor.twobody.propagation.cowell .. autoapi-nested-parse:: module related to propagation of an orbit using Cowell's method in the twobody sub-package Classes ------- .. autoapisummary:: boinor.twobody.propagation.cowell.CowellPropagator Module Contents --------------- .. py:class:: CowellPropagator(rtol=1e-11, events=None, f=func_twobody) Propagates orbit using Cowell's formulation. .. rubric:: Notes This method uses the Dormand & Prince integration method of order 8(5,3) (DOP853). If multiple tofs are provided, the method propagates to the maximum value (unless a terminal event is defined) and calculates the other values via dense output. .. py:attribute:: kind .. py:method:: propagate(state, tof) actual propagation function for Cowell propagator .. py:method:: propagate_many(state, tofs) actual propagation function for Cowell propagator with array of TOFs