dune-fem  2.4.1-rc
Public Member Functions | Protected Attributes | List of all members
DuneODE::OperatorWrapper< Operator > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/odesolver.hh>

Inheritance diagram for DuneODE::OperatorWrapper< Operator >:
Inheritance graph

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 Operatorop () const
 return reference to real operator More...
 

Protected Attributes

Operatorop_
 

Constructor & Destructor Documentation

template<class Operator>
DuneODE::OperatorWrapper< Operator >::OperatorWrapper ( Operator op)
inline

constructor

Member Function Documentation

template<class Operator>
int DuneODE::OperatorWrapper< Operator >::dim_of_argument ( int  i = 0) const
inline

return size of argument

template<class Operator>
int DuneODE::OperatorWrapper< Operator >::dim_of_value ( int  i = 0) const
inline

return size of destination

template<class Operator>
const Operator& DuneODE::OperatorWrapper< Operator >::op ( ) const
inline

return reference to real operator

template<class Operator>
void DuneODE::OperatorWrapper< Operator >::operator() ( const double *  u,
double *  f,
int  i = 0 
)
inline

apply operator applies space operator and creates temporary discrete function using the memory from outside

Member Data Documentation

template<class Operator>
Operator& DuneODE::OperatorWrapper< Operator >::op_
protected

The documentation for this class was generated from the following file: