dune-fem 2.8.0
|
#include <dune/fem/solver/rungekutta/butchertable.hh>
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_ |
typedef Field DuneODE::SimpleButcherTable< Field >::FieldType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |