dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::SpaceOperatorStorage< OperatorType > Class Template Reference

only for keeping the pointer More...

#include <dune/fem/operator/common/spaceoperatorif.hh>

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

Public Member Functions

 SpaceOperatorStorage (OperatorType *op)
 constructor storing pointer
 
 SpaceOperatorStorage (OperatorType *op, ObjPointerStorage *model)
 constructor storing pointer
 
 ~SpaceOperatorStorage ()
 destructor deletes operator
 
OperatorType & pass () const
 return reference to pass
 
template<class DiscrOpType >
void saveObjPointer (DiscrOpType *discrOp)
 Store new generated DiscreteOperator Pointer.
 
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

◆ SpaceOperatorStorage() [1/2]

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

constructor storing pointer

◆ SpaceOperatorStorage() [2/2]

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

constructor storing pointer

◆ ~SpaceOperatorStorage()

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

destructor deletes operator

Member Function Documentation

◆ pass()

template<class OperatorType >
OperatorType & Dune::Fem::SpaceOperatorStorage< OperatorType >::pass ( ) const
inline

return reference to pass

◆ saveObjPointer() [1/2]

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

Store new generated DiscreteOperator Pointer.

◆ saveObjPointer() [2/2]

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

◆ model_

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

◆ op_

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

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