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