dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/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 |
References DuneODE::SimpleButcherTable< Field >::A().
Referenced by DuneODE::SimpleButcherTable< Field >::A().
|
inlinestaticprotected |
Referenced by DuneODE::SimpleButcherTable< Field >::b(), and DuneODE::SimpleButcherTable< Field >::c().
|
inline |
References DuneODE::SimpleButcherTable< Field >::order_.
|
inline |
References DuneODE::SimpleButcherTable< Field >::stages_.
|
protected |
Referenced by DuneODE::SimpleButcherTable< Field >::A().
|
protected |
Referenced by DuneODE::SimpleButcherTable< Field >::b().
|
protected |
Referenced by DuneODE::SimpleButcherTable< Field >::c().
|
protected |
Referenced by DuneODE::SimpleButcherTable< Field >::order().
|
protected |