dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/odesolver.hh>
Public Member Functions | |
OperatorWrapper (Operator &op) | |
constructor More... | |
void | operator() (const double *u, double *f, int i=0) |
int | dim_of_argument (int i=0) const |
return size of argument More... | |
int | dim_of_value (int i=0) const |
return size of destination More... | |
const Operator & | op () const |
return reference to real operator More... | |
Protected Attributes | |
Operator & | op_ |
|
inline |
constructor
|
inline |
return size of argument
|
inline |
return size of destination
|
inline |
return reference to real operator
|
inline |
apply operator applies space operator and creates temporary discrete function using the memory from outside
|
protected |