dune-fem 2.8-git
Public Types | Public Member Functions | Protected Types | Static Protected Member Functions | List of all members
Dune::Fem::InsertIndicesToSet< IndexSetType, EntityType > Class Template Reference

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

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

Public Types

typedef LocalInterface< EntityType > MyType
 
typedef ObjectStreamExtractor< EntityType >::ObjectStreamType ObjectStreamType
 

Public Member Functions

 InsertIndicesToSet (IndexSetType &iset)
 
void apply (EntityType &entity)
 apply wraps the insertEntity method of the index set More...
 
CombinedLocalDataCollect< InsertIndicesToSet< IndexSetType, EntityType >, B > & operator+ (const B &b)
 
MyTypeoperator+ (const OpType &op)
 
MyTypeoperator+ (const MyType &op)
 
InsertIndicesToSet< IndexSetType, EntityType > & asImp ()
 
void apply (ParamType &p) const
 for all pointer to local operators call the func pointer More...
 
MyTypeoperator+= (const OpType &op)
 
MyTypeoperator+= (const MyType &op)
 
void remove (const OpType &op)
 
bool empty () const
 
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 Types

typedef EntityType 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)
 

Member Typedef Documentation

◆ FuncType

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

◆ ListType

typedef std::vector< PairType > Dune::Fem::LocalInterface< EntityType >::ListType
protectedinherited

◆ MyType

typedef LocalInterface<EntityType > Dune::Fem::LocalInterface< EntityType >::MyType
inherited

◆ ObjectStreamType

typedef ObjectStreamExtractor<EntityType >::ObjectStreamType Dune::Fem::LocalInterface< EntityType >::ObjectStreamType
inherited

◆ PairType

typedef std::pair< MyType * , FuncType * > Dune::Fem::LocalInterface< EntityType >::PairType
protectedinherited

◆ ParamType

typedef EntityType Dune::Fem::LocalInterface< EntityType >::ParamType
protectedinherited

Member Function Documentation

◆ apply()

void Dune::Fem::LocalInterface< EntityType >::apply ( ParamType p) const
inlineinherited

for all pointer to local operators call the func pointer

◆ asImp()

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

◆ copyList()

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

◆ empty()

bool Dune::Fem::LocalInterface< EntityType >::empty ( ) const
inlineinherited

◆ operator+() [1/3]

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

◆ operator+() [2/3]

MyType & Dune::Fem::LocalInterface< EntityType >::operator+ ( const MyType op)
inlineinherited

◆ operator+() [3/3]

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

◆ operator+=() [1/2]

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

◆ operator+=() [2/2]

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

◆ remove()

void Dune::Fem::LocalInterface< EntityType >::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: