expl_4_runge_kutta

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

Bases: Scheme

Class for explicit 4th-order classical Runge-Kutta method

Attributes
controller

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

description

Description of the Scheme.

scheme

Integration Scheme.

Methods