mtnlion.rothes module

Rothe’s method based time-stepping schemes.

class mtnlion.rothes.Euler(dt)[source]

Bases: mtnlion.rothes.Rothes

First order time-stepping method.

class mtnlion.rothes.Rothes(order: int, dt: float)[source]

Bases: object

Base class for defining Rothe’s based time-stepping schemes.