impl_2_midpoint_direct

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

Bases: Scheme

Class for implicit 2nd-order direct midpoint method

Attributes
controller

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

description

Description of the Scheme.

scheme

Integration Scheme.

Methods