dune-fem 2.8-git
Public Types | Public Member Functions | Protected Types | Static Protected Member Functions | List of all members
Dune::Fem::ResizeMemoryObjects< MemObjectType > Class Template Reference

#include <dune/fem/space/common/dofmanager.hh>

Inheritance diagram for Dune::Fem::ResizeMemoryObjects< MemObjectType >:
Inheritance graph

Public Types

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

Public Member Functions

 ResizeMemoryObjects (MemObjectType &mo)
 
 ResizeMemoryObjects (const ResizeMemoryObjects &org)
 
void apply (int &enlargeOnly)
 
CombinedLocalDataCollect< ResizeMemoryObjects< MemObjectType >, B > & operator+ (const B &b)
 
MyTypeoperator+ (const OpType &op)
 
MyTypeoperator+ (const MyType &op)
 
ResizeMemoryObjects< MemObjectType > & 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 int 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

◆ FuncType

typedef void Dune::Fem::LocalInterface< int >::FuncType(MyType &, ParamType &p)
protectedinherited

◆ ListType

typedef std::vector< PairType > Dune::Fem::LocalInterface< int >::ListType
protectedinherited

◆ MyType

typedef LocalInterface<int > Dune::Fem::LocalInterface< int >::MyType
inherited

◆ ObjectStreamType

typedef ObjectStreamExtractor<int >::ObjectStreamType Dune::Fem::LocalInterface< int >::ObjectStreamType
inherited

◆ PairType

typedef std::pair< MyType * , FuncType * > Dune::Fem::LocalInterface< int >::PairType
protectedinherited

◆ ParamType

typedef int Dune::Fem::LocalInterface< int >::ParamType
protectedinherited

Member Function Documentation

◆ apply()

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

for all pointer to local operators call the func pointer

◆ asImp()

ResizeMemoryObjects< MemObjectType > & Dune::Fem::LocalInlinePlus< ResizeMemoryObjects< MemObjectType > , int >::asImp ( )
inlineinherited

◆ copyList()

static void Dune::Fem::LocalInterface< int >::copyList ( ListType vec,
const MyType op 
)
inlinestaticprotectedinherited

◆ empty()

bool Dune::Fem::LocalInterface< int >::empty ( ) const
inlineinherited

◆ operator+() [1/3]

CombinedLocalDataCollect< ResizeMemoryObjects< MemObjectType > , B > & Dune::Fem::LocalInlinePlus< ResizeMemoryObjects< MemObjectType > , int >::operator+ ( const B &  b)
inlineinherited

◆ operator+() [2/3]

MyType & Dune::Fem::LocalInterface< int >::operator+ ( const MyType op)
inlineinherited

◆ operator+() [3/3]

MyType & Dune::Fem::LocalInterface< int >::operator+ ( const OpType &  op)
inlineinherited

◆ operator+=() [1/2]

MyType & Dune::Fem::LocalInterface< int >::operator+= ( const MyType op)
inlineinherited

◆ operator+=() [2/2]

MyType & Dune::Fem::LocalInterface< int >::operator+= ( const OpType &  op)
inlineinherited

◆ remove()

void Dune::Fem::LocalInterface< int >::remove ( const OpType &  op)
inlineinherited

◆ saveObjPointer() [1/2]

template<class DiscrOpType >
void Dune::Fem::ObjPointerStorage::saveObjPointer ( DiscrOpType *  discrOp)
inlineinherited

Store new generated DiscreteOperator Pointer.

◆ saveObjPointer() [2/2]

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: