dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/datacollector.hh>
Public Types | |
typedef LocalInterface< A::Traits::ParamType > | MyType |
typedef ObjectStreamExtractor< A::Traits::ParamType >::ObjectStreamType | ObjectStreamType |
Public Member Functions | |
CombinedLocalDataCollect (const A &a, const B &b) | |
template<class Arg > | |
void | apply (Arg &arg) const |
template<class Arg1 , class Arg2 > | |
void | apply (Arg1 &arg1, Arg2 &arg2) const |
CombinedLocalDataCollect< CombinedLocalDataCollect< A, B >, B > & | operator+ (const B &b) |
MyType & | operator+ (const OpType &op) |
MyType & | operator+ (const MyType &op) |
CombinedLocalDataCollect< A, B > & | asImp () |
void | apply (ParamType &p) const |
for all pointer to local operators call the func pointer More... | |
MyType & | operator+= (const OpType &op) |
MyType & | operator+= (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 A::Traits::ParamType | 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 Attributes | |
const A & | a_ |
const B & | b_ |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
for all pointer to local operators call the func pointer
|
inlineinherited |
|
inlinestaticprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Store new generated DiscreteOperator Pointer.
References Dune::Fem::ObjPointer< ObjType >::next.
|
inlineinherited |
Store new generated DiscreteOperator Pointer and the LocalOperator pointer
|
protected |
|
protected |