|
Peano
|


Public Member Functions | |
| __init__ (self, order) | |
| time_step_sizes (self) | |
| These are the relative time step sizes in the scheme, i.e. | |
| final_estimate_weights (self) | |
| These are the relative time step sizes in the scheme, i.e. | |
| weight_matrix (self) | |
Protected Attributes | |
| int | _order = order |
Definition at line 16 of file ButcherTableau.py.
| exahype2.solvers.ButcherTableau.ButcherTableau.__init__ | ( | self, | |
| order ) |
Definition at line 17 of file ButcherTableau.py.
| exahype2.solvers.ButcherTableau.ButcherTableau.final_estimate_weights | ( | self | ) |
These are the relative time step sizes in the scheme, i.e.
the very left column in the classic Butcher tableau.
Definition at line 40 of file ButcherTableau.py.
References exahype2.solvers.aderdg.ADERDG.ADERDG._order, and _order.
| exahype2.solvers.ButcherTableau.ButcherTableau.time_step_sizes | ( | self | ) |
These are the relative time step sizes in the scheme, i.e.
the very left column in the classic Butcher tableau.
Definition at line 21 of file ButcherTableau.py.
References exahype2.solvers.aderdg.ADERDG.ADERDG._order, and _order.
| exahype2.solvers.ButcherTableau.ButcherTableau.weight_matrix | ( | self | ) |
Definition at line 59 of file ButcherTableau.py.
References exahype2.solvers.aderdg.ADERDG.ADERDG._order, and _order.
|
protected |
Definition at line 18 of file ButcherTableau.py.
Referenced by final_estimate_weights(), time_step_sizes(), and weight_matrix().