dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/datacollector.hh>
Classes | |
struct | AddToWrapper |
struct | ObjectStreamExtractor |
struct | ObjectStreamExtractor< std::pair< T1 *, const T2 * > > |
struct | Traits |
Public Types | |
typedef LocalInterface< ParamT > | MyType |
typedef ObjectStreamExtractor< ParamT >::ObjectStreamType | ObjectStreamType |
Public Member Functions | |
LocalInterface () | |
template<class OpType > | |
LocalInterface (const OpType &op) | |
LocalInterface (const MyType &op) | |
virtual | ~LocalInterface () |
void | apply (ParamType &p) const |
for all pointer to local operators call the func pointer More... | |
template<class OpType > | |
MyType & | operator+ (const OpType &op) |
MyType & | operator+ (const MyType &op) |
template<class OpType > | |
MyType & | operator+= (const OpType &op) |
MyType & | operator+= (const MyType &op) |
template<class OpType > | |
void | remove (const OpType &op) |
template<class OpType > | |
MyType & | operator= (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 ParamT | ParamType |
typedef void | FuncType(MyType &, ParamType &p) |
typedef std::pair< MyType *, FuncType * > | PairType |
typedef std::vector< PairType > | ListType |
Static Protected Member Functions | |
static void | copyList (ListType &vec, const MyType &op) |
|
protected |
|
protected |
typedef LocalInterface<ParamT> Dune::Fem::LocalInterface< ParamT >::MyType |
typedef ObjectStreamExtractor< ParamT >:: ObjectStreamType Dune::Fem::LocalInterface< ParamT >::ObjectStreamType |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
for all pointer to local operators call the func pointer
Referenced by Dune::Fem::DofManager< Grid >::insertEntity(), Dune::Fem::DofManager< Grid >::removeEntity(), Dune::Fem::DofManager< Grid >::reserveMemory(), and Dune::Fem::DofManager< Grid >::resizeMemory().
|
inlinestaticprotected |
|
inline |
Referenced by Dune::Fem::DofManager< Grid >::hasIndexSets().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Store new generated DiscreteOperator Pointer.
References Dune::Fem::ObjPointer< ObjType >::next.
|
inlineinherited |
Store new generated DiscreteOperator Pointer and the LocalOperator pointer