|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Protected Member Functions |
Protected Attributes |
List of all members
DuneODE::SimpleButcherTable< Field > Class Template Reference
#include <dune/fem/solver/rungekutta/butchertable.hh>
Inheritance diagram for DuneODE::SimpleButcherTable< Field >:

Public Types | |
| typedef Field | FieldType |
Public Member Functions | |
| SimpleButcherTable (int stages, int order, const FieldType *a, const FieldType *b, const FieldType *c) | |
| Dune::DynamicMatrix< FieldType > | A () const |
| Dune::DynamicVector< FieldType > | b () const |
| Dune::DynamicVector< FieldType > | c () const |
| int | order () const |
| int | stages () const |
Static Protected Member Functions | |
| static Dune::DynamicMatrix< FieldType > | makeMatrix (int m, int n, const FieldType *data) |
| static Dune::DynamicVector< FieldType > | makeVector (int n, const FieldType *data) |
Protected Attributes | |
| int | stages_ |
| int | order_ |
| const FieldType * | a_ |
| const FieldType * | b_ |
| const FieldType * | c_ |
Member Typedef Documentation
◆ FieldType
template<class Field >
| typedef Field DuneODE::SimpleButcherTable< Field >::FieldType |
Constructor & Destructor Documentation
◆ SimpleButcherTable()
template<class Field >
|
inline |
Member Function Documentation
◆ A()
template<class Field >
|
inline |
◆ b()
template<class Field >
|
inline |
◆ c()
template<class Field >
|
inline |
◆ makeMatrix()
template<class Field >
|
inlinestaticprotected |
◆ makeVector()
template<class Field >
|
inlinestaticprotected |
◆ order()
template<class Field >
|
inline |
◆ stages()
template<class Field >
|
inline |
Member Data Documentation
◆ a_
template<class Field >
|
protected |
◆ b_
template<class Field >
|
protected |
◆ c_
template<class Field >
|
protected |
◆ order_
template<class Field >
|
protected |
◆ stages_
template<class Field >
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8