:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** .. |L_INFINITY_METHOD| replace:: :method:`WsfPrinceDormand45Integrator.L_INFINITY` .. |L_TWO_METHOD| replace:: :method:`WsfPrinceDormand45Integrator.L_TWO` WsfPrinceDormand45Integrator ---------------------------- .. class:: WsfPrinceDormand45Integrator inherits WsfOrbitalIntegrator Overview ======== The :class:`WsfPrinceDormand45Integrator` is a :class:`WsfOrbitalIntegrator` that implements an embedded Runge-Kutta scheme with a 5th order solution and an embedded 4th order estimate used to control the error in the integration (see also, :ref:`Prince-Dormand 45 `). Methods ======= .. include:: rungekuttaintegrator.txt