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

 _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 exahype2.solvers.ButcherTableau.ButcherTableau._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 exahype2.solvers.ButcherTableau.ButcherTableau._order.

◆ weight_matrix()

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

Field Documentation

◆ _order


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