Peano
Loading...
Searching...
No Matches
exahype2.solvers.ButcherTableau.ButcherTableau Class Reference
Inheritance diagram for exahype2.solvers.ButcherTableau.ButcherTableau:
Collaboration diagram for exahype2.solvers.ButcherTableau.ButcherTableau:

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

Detailed Description

Definition at line 16 of file ButcherTableau.py.

Constructor & Destructor Documentation

◆ __init__()

exahype2.solvers.ButcherTableau.ButcherTableau.__init__ ( self,
order )

Definition at line 17 of file ButcherTableau.py.

Member Function Documentation

◆ final_estimate_weights()

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.

◆ time_step_sizes()

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.

◆ weight_matrix()

exahype2.solvers.ButcherTableau.ButcherTableau.weight_matrix ( self)

Definition at line 59 of file ButcherTableau.py.

References exahype2.solvers.aderdg.ADERDG.ADERDG._order, and _order.

Field Documentation

◆ _order

exahype2.solvers.ButcherTableau.ButcherTableau._order = order
protected

Definition at line 18 of file ButcherTableau.py.

Referenced by final_estimate_weights(), time_step_sizes(), and weight_matrix().


The documentation for this class was generated from the following file: