impl_1_euler_direct

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

Bases: Scheme

Class for implicit 1st-order direct Euler method

Attributes:
controller

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

description

Description of the Scheme.

scheme

Integration Scheme.

Methods