dune-fem
2.4.1-rc
|
only for keeping the pointer More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/operator/common/spaceoperatorif.hh>
Public Member Functions | |
SpaceOperatorStorage (OperatorType *op) | |
constructor storing pointer More... | |
SpaceOperatorStorage (OperatorType *op, ObjPointerStorage *model) | |
constructor storing pointer More... | |
~SpaceOperatorStorage () | |
destructor deletes operator More... | |
OperatorType & | pass () const |
return reference to pass More... | |
template<class DiscrOpType > | |
void | saveObjPointer (DiscrOpType *discrOp) |
Store new generated DiscreteOperator Pointer. More... | |
template<class DiscrOpType , class LocalOpType > | |
void | saveObjPointer (DiscrOpType *discrOp, LocalOpType *lop) |
Protected Attributes | |
OperatorType * | op_ |
ObjPointerStorage * | model_ |
only for keeping the pointer
|
inline |
constructor storing pointer
|
inline |
constructor storing pointer
|
inline |
destructor deletes operator
|
inline |
return reference to pass
Referenced by Dune::Fem::CreatePass< Model, PassType, pId >::create(), Dune::Fem::CreateSelectedPass< Model, SelectorImp, PassType >::create(), Dune::Fem::CreateFeaturedPass< Model, PassType, SpaceType, pId >::create(), Dune::Fem::CreatePass< Model, PassType, pId >::createLast(), Dune::Fem::CreateSelectedPass< Model, SelectorImp, PassType >::createLast(), and Dune::Fem::CreateFeaturedPass< Model, PassType, SpaceType, pId >::createLast().
|
inlineinherited |
Store new generated DiscreteOperator Pointer.
References Dune::Fem::ObjPointer< ObjType >::next.
|
inlineinherited |
Store new generated DiscreteOperator Pointer and the LocalOperator pointer
|
protected |
|
mutableprotected |