expl_5_dormand_prince_adptv

class simframe.integration.schemes.expl_5_dormand_prince_adptv(*args, **kwargs)[source]

Bases: Scheme

Class for explicit adaptive 5th-order Dormand-Prince method

Attributes:
controller

Dictionary with keyword arguments that is passed to the integration Scheme.

description

Description of the Scheme.

scheme

Integration Scheme.

Methods