expl_2_heun

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

Bases: Scheme

Class for explicit 2nd-order Heun’s method

Attributes:
controller

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

description

Description of the Scheme.

scheme

Integration Scheme.

Methods