dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Types | Static Protected Member Functions | Protected Attributes | List of all members
Dune::Fem::CombinedLocalDataCollect< A, B > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/datacollector.hh>

Inheritance diagram for Dune::Fem::CombinedLocalDataCollect< A, B >:
Inheritance graph

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)
 
MyTypeoperator+ (const OpType &op)
 
MyTypeoperator+ (const MyType &op)
 
CombinedLocalDataCollect< A, B > & 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 A::Traits::ParamType 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

const A & a_
 
const B & b_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class A , class B >
Dune::Fem::CombinedLocalDataCollect< A, B >::CombinedLocalDataCollect ( const A &  a,
const B &  b 
)
inline

Member Function Documentation

template<class A , class B >
template<class Arg >
void Dune::Fem::CombinedLocalDataCollect< A, B >::apply ( Arg &  arg) const
inline
template<class A , class B >
template<class Arg1 , class Arg2 >
void Dune::Fem::CombinedLocalDataCollect< A, B >::apply ( Arg1 &  arg1,
Arg2 &  arg2 
) const
inline
void Dune::Fem::LocalInterface< A::Traits::ParamType >::apply ( ParamType p) const
inlineinherited

for all pointer to local operators call the func pointer

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

Member Data Documentation

template<class A , class B >
const A& Dune::Fem::CombinedLocalDataCollect< A, B >::a_
protected
template<class A , class B >
const B& Dune::Fem::CombinedLocalDataCollect< A, B >::b_
protected

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