RKMethods#

class fridom.framework.time_steppers.RKMethods(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Enumeration of Runge-Kutta methods.

__init__(*args, **kwds)#

Attributes

Euler = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
RK2 = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
RK3 = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
RK4 = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
RK4_38 = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
HEUN_EULER = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
BOGACKI_SHAMPINE = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#
RKF45 = <fridom.framework.time_steppers.runge_kutta.ButcherTableau object>#