dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Types | Static Protected Member Functions | Protected Attributes | List of all members
Dune::Fem::ManagedIndexSet< IndexSetType, EntityType > Class Template Reference

#include <dune/fem/space/common/dofmanager.hh>

Inheritance diagram for Dune::Fem::ManagedIndexSet< IndexSetType, EntityType >:
Inheritance graph

Public Types

typedef ManagedIndexSetInterface BaseType
 type of base class
 
typedef LocalInterface< ParamT > MyType
 
typedef ObjectStreamExtractor< ParamT >::ObjectStreamType ObjectStreamType
 

Public Member Functions

 ManagedIndexSet (const IndexSetType &iset, LocalIndexSetObjectsType &insertList, LocalIndexSetObjectsType &removeList)
 Constructor of MemObject, only to call from DofManager.
 
 ~ManagedIndexSet ()
 destructor
 
void resize ()
 wrap resize of index set
 
bool compress ()
 wrap compress of index set
 
virtual void backup () const
 :: backup
 
virtual void restore ()
 :: restore
 
virtual void read (StandardInStream &in)
 new write method
 
virtual void write (StandardOutStream &out) const
 new write method
 
void addReference ()
 increase reference counter
 
bool removeReference ()
 decrease reference counter and return true if zero reached
 
template<class IndexSet >
bool equals (const IndexSet &iset) const
 
CombinedLocalDataCollect< ManagedIndexSet< IndexSetType, EntityType >, B > & operator+ (const B &b)
 
template<class OpType >
MyTypeoperator+ (const OpType &op)
 
MyTypeoperator+ (const MyType &op)
 
ManagedIndexSet< IndexSetType, EntityType > & asImp ()
 
void apply (ParamType &p) const
 for all pointer to local operators call the func pointer
 
template<class OpType >
MyTypeoperator+= (const OpType &op)
 
MyTypeoperator+= (const MyType &op)
 
template<class OpType >
void remove (const OpType &op)
 
bool empty () const
 
template<class DiscrOpType >
void saveObjPointer (DiscrOpType *discrOp)
 Store new generated DiscreteOperator Pointer.
 
template<class DiscrOpType , class LocalOpType >
void saveObjPointer (DiscrOpType *discrOp, LocalOpType *lop)
 

Protected Types

typedef const void * IdentifierType
 
typedef ParamT ParamType
 
typedef void FuncType(MyType &, ParamType &p)
 
typedef std::pair< MyType *, FuncType * > PairType
 
typedef std::vector< PairTypeListType
 

Static Protected Member Functions

static void copyList (ListType &vec, const MyType &op)
 

Protected Attributes

IndexSetType & indexSet_
 
InsertIndicesToSet< IndexSetType, EntityType > insertIdxObj_
 
RemoveIndicesFromSet< IndexSetType, EntityType > removeIdxObj_
 
LocalIndexSetObjectsTypeinsertList_
 
LocalIndexSetObjectsTyperemoveList_
 
IdentifierType setPtr_
 
size_t referenceCounter_
 

Member Typedef Documentation

◆ FuncType

template<class ParamT >
typedef void Dune::Fem::LocalInterface< ParamT >::FuncType(MyType &, ParamType &p)
protectedinherited

◆ ListType

template<class ParamT >
typedef std::vector< PairType > Dune::Fem::LocalInterface< ParamT >::ListType
protectedinherited

◆ MyType

template<class ParamT >
typedef LocalInterface<ParamT> Dune::Fem::LocalInterface< ParamT >::MyType
inherited

◆ ObjectStreamType

template<class ParamT >
typedef ObjectStreamExtractor<ParamT>::ObjectStreamType Dune::Fem::LocalInterface< ParamT >::ObjectStreamType
inherited

◆ PairType

template<class ParamT >
typedef std::pair< MyType * , FuncType * > Dune::Fem::LocalInterface< ParamT >::PairType
protectedinherited

◆ ParamType

template<class ParamT >
typedef ParamT Dune::Fem::LocalInterface< ParamT >::ParamType
protectedinherited

Member Function Documentation

◆ apply()

template<class ParamT >
void Dune::Fem::LocalInterface< ParamT >::apply ( ParamType p) const
inlineinherited

for all pointer to local operators call the func pointer

◆ asImp()

ManagedIndexSet< IndexSetType, EntityType > & Dune::Fem::LocalInlinePlus< ManagedIndexSet< IndexSetType, EntityType > , EntityType >::asImp ( )
inlineinherited

◆ copyList()

template<class ParamT >
static void Dune::Fem::LocalInterface< ParamT >::copyList ( ListType vec,
const MyType op 
)
inlinestaticprotectedinherited

◆ empty()

template<class ParamT >
bool Dune::Fem::LocalInterface< ParamT >::empty ( ) const
inlineinherited

◆ operator+() [1/3]

CombinedLocalDataCollect< ManagedIndexSet< IndexSetType, EntityType > , B > & Dune::Fem::LocalInlinePlus< ManagedIndexSet< IndexSetType, EntityType > , EntityType >::operator+ ( const B &  b)
inlineinherited

◆ operator+() [2/3]

template<class ParamT >
MyType & Dune::Fem::LocalInterface< ParamT >::operator+ ( const MyType op)
inlineinherited

◆ operator+() [3/3]

template<class ParamT >
template<class OpType >
MyType & Dune::Fem::LocalInterface< ParamT >::operator+ ( const OpType &  op)
inlineinherited

◆ operator+=() [1/2]

template<class ParamT >
MyType & Dune::Fem::LocalInterface< ParamT >::operator+= ( const MyType op)
inlineinherited

◆ operator+=() [2/2]

template<class ParamT >
template<class OpType >
MyType & Dune::Fem::LocalInterface< ParamT >::operator+= ( const OpType &  op)
inlineinherited

◆ remove()

template<class ParamT >
template<class OpType >
void Dune::Fem::LocalInterface< ParamT >::remove ( const OpType &  op)
inlineinherited

◆ 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


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