impl_1_euler_gmres

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

Bases: Scheme

Class for implicit 1st-order Euler method with GMRES solver

Attributes:
controller

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

description

Description of the Scheme.

scheme

Integration Scheme.

Methods