expl_1_euler

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

Bases: Scheme

Class for explicit 1st-order Euler method

Attributes
controller

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

description

Description of the Scheme.

scheme

Integration Scheme.

Methods