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

#include </local/tomalk/somewhere/tmp/dune-fem/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

typedef void Dune::Fem::LocalInterface< EntityType >::FuncType(MyType &, ParamType &p)
protectedinherited
typedef std::vector< PairType > Dune::Fem::LocalInterface< EntityType >::ListType
protectedinherited
typedef LocalInterface<EntityType > Dune::Fem::LocalInterface< EntityType >::MyType
inherited
typedef ObjectStreamExtractor< EntityType >:: ObjectStreamType Dune::Fem::LocalInterface< EntityType >::ObjectStreamType
inherited
typedef std::pair< MyType * , FuncType * > Dune::Fem::LocalInterface< EntityType >::PairType
protectedinherited
typedef EntityType Dune::Fem::LocalInterface< EntityType >::ParamType
protectedinherited

Constructor & Destructor Documentation

template<class IndexSetType, class EntityType>
Dune::Fem::InsertIndicesToSet< IndexSetType, EntityType >::InsertIndicesToSet ( IndexSetType &  iset)
inlineexplicit

Member Function Documentation

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

for all pointer to local operators call the func pointer

template<class IndexSetType, class EntityType>
void Dune::Fem::InsertIndicesToSet< IndexSetType, EntityType >::apply ( EntityType &  entity)
inline

apply wraps the insertEntity method of the index set

InsertIndicesToSet< IndexSetType, EntityType > & Dune::Fem::LocalInlinePlus< InsertIndicesToSet< IndexSetType, EntityType > , EntityType >::asImp ( )
inlineinherited
static void Dune::Fem::LocalInterface< EntityType >::copyList ( ListType vec,
const MyType op 
)
inlinestaticprotectedinherited
bool Dune::Fem::LocalInterface< EntityType >::empty ( ) const
inlineinherited
MyType& Dune::Fem::LocalInterface< EntityType >::operator+ ( const OpType &  op)
inlineinherited
MyType& Dune::Fem::LocalInterface< EntityType >::operator+ ( const MyType op)
inlineinherited
CombinedLocalDataCollect<InsertIndicesToSet< IndexSetType, EntityType > ,B>& Dune::Fem::LocalInlinePlus< InsertIndicesToSet< IndexSetType, EntityType > , EntityType >::operator+ ( const B &  b)
inlineinherited
MyType& Dune::Fem::LocalInterface< EntityType >::operator+= ( const OpType &  op)
inlineinherited
MyType& Dune::Fem::LocalInterface< EntityType >::operator+= ( const MyType op)
inlineinherited
void Dune::Fem::LocalInterface< EntityType >::remove ( const OpType &  op)
inlineinherited
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


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