dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | Protected Types | Static Protected Member Functions | List of all members
Dune::Fem::LocalInlinePlus< LocalOp, ParamT > Class Template Reference

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

Inheritance diagram for Dune::Fem::LocalInlinePlus< LocalOp, ParamT >:
Inheritance graph

Classes

struct  Traits
 

Public Types

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

Public Member Functions

template<class B >
CombinedLocalDataCollect< LocalOp, B > & operator+ (const B &b)
 
LocalOp & asImp ()
 
void apply (ParamType &p) const
 for all pointer to local operators call the func pointer More...
 
template<class OpType >
MyTypeoperator+ (const OpType &op)
 
MyTypeoperator+ (const MyType &op)
 
template<class OpType >
MyTypeoperator+= (const OpType &op)
 
MyTypeoperator+= (const MyType &op)
 
template<class OpType >
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 ParamT 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

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

Member Function Documentation

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