dune-fem  2.4.1-rc
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::SpaceOperatorStorage< OperatorType > Class Template Reference

only for keeping the pointer More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/operator/common/spaceoperatorif.hh>

Inheritance diagram for Dune::Fem::SpaceOperatorStorage< OperatorType >:
Inheritance graph

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_
 
ObjPointerStoragemodel_
 

Detailed Description

template<class OperatorType>
class Dune::Fem::SpaceOperatorStorage< OperatorType >

only for keeping the pointer

Constructor & Destructor Documentation

template<class OperatorType>
Dune::Fem::SpaceOperatorStorage< OperatorType >::SpaceOperatorStorage ( OperatorType *  op)
inline

constructor storing pointer

template<class OperatorType>
Dune::Fem::SpaceOperatorStorage< OperatorType >::SpaceOperatorStorage ( OperatorType *  op,
ObjPointerStorage model 
)
inline

constructor storing pointer

template<class OperatorType>
Dune::Fem::SpaceOperatorStorage< OperatorType >::~SpaceOperatorStorage ( )
inline

destructor deletes operator

Member Function Documentation

template<class OperatorType>
OperatorType& Dune::Fem::SpaceOperatorStorage< OperatorType >::pass ( ) const
inline
template<class DiscrOpType >
void Dune::Fem::ObjPointerStorage::saveObjPointer ( DiscrOpType *  discrOp)
inlineinherited

Store new generated DiscreteOperator Pointer.

References Dune::Fem::ObjPointer< ObjType >::next.

template<class DiscrOpType , class LocalOpType >
void Dune::Fem::ObjPointerStorage::saveObjPointer ( DiscrOpType *  discrOp,
LocalOpType *  lop 
)
inlineinherited

Store new generated DiscreteOperator Pointer and the LocalOperator pointer

Member Data Documentation

template<class OperatorType>
ObjPointerStorage* Dune::Fem::SpaceOperatorStorage< OperatorType >::model_
protected
template<class OperatorType>
OperatorType* Dune::Fem::SpaceOperatorStorage< OperatorType >::op_
mutableprotected

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