ButcherTableau

ButcherTableau#

class fridom.framework.time_steppers.ButcherTableau(A, b, c, b_error=None)[source]#

Bases: object

Butcher tableau for Runge-Kutta time stepping methods.

Parameters#

Anp.ndarray

Matrix of coefficients.

bnp.ndarray

Vector of coefficients.

cnp.ndarray

Vector of coefficients.

__init__(A, b, c, b_error=None)[source]#

Methods

__init__(A, b, c[, b_error])