dune-fem 2.8.0
|
#include <dune/fem/space/common/datacollector.hh>
Classes | |
struct | Traits |
Public Types | |
typedef ObjectStreamImp | ObjectStreamType |
typedef GridType::template Codim< 0 >::Entity | EntityType |
typedef DataCollectorInterface< GridType, ObjectStreamImp > | MyType |
typedef std::pair< ObjectStreamType *, const EntityType * > | DataCollectorParamType |
typedef LocalInterface< DataCollectorParamType > | LocalInterfaceType |
Public Member Functions | |
DataCollectorInterface () | |
empty constructor | |
virtual | ~DataCollectorInterface () |
Virtual desctructor. | |
virtual void | apply (ObjectStreamType &str, const EntityType &entity) const |
virtual const LocalInterfaceType & | getLocalInterfaceOp () const |
virtual LocalInterfaceType & | getLocalInterfaceOp () |
template<class OpType > | |
MyType & | operator+= (const OpType &dc) |
Assignement operator. | |
virtual MyType & | operator+= (const MyType &dc) |
Assignement operator. | |
template<class OpType > | |
MyType & | operator= (const OpType &dc) |
Assignement operator. | |
MyType & | operator= (const MyType &dc) |
Assignement operator. | |
virtual void | clear () |
clear object list | |
Combination of different DataCollectors
This Class is the result of a combination of different AdaptationOperators. It is the same principle as with Mapping and DiscreteOperatorImp.
typedef std::pair< ObjectStreamType * , const EntityType * > Dune::Fem::DataCollectorInterface< GridType, ObjectStreamImp >::DataCollectorParamType |
typedef GridType::template Codim<0>::Entity Dune::Fem::DataCollectorInterface< GridType, ObjectStreamImp >::EntityType |
typedef LocalInterface<DataCollectorParamType> Dune::Fem::DataCollectorInterface< GridType, ObjectStreamImp >::LocalInterfaceType |
typedef DataCollectorInterface<GridType, ObjectStreamImp> Dune::Fem::DataCollectorInterface< GridType, ObjectStreamImp >::MyType |
typedef ObjectStreamImp Dune::Fem::DataCollectorInterface< GridType, ObjectStreamImp >::ObjectStreamType |
|
inline |
empty constructor
|
inlinevirtual |
Virtual desctructor.
|
inlinevirtual |
all adaptation operators have this method which adapts the corresponding grid and organizes the restriction prolongation process of the underlying function spaces
|
inlinevirtual |
clear object list
|
inlinevirtual |
Reimplemented in Dune::Fem::DataCollector< GridType, LocalDataCollectImp >.
|
inlinevirtual |
Reimplemented in Dune::Fem::DataCollector< GridType, LocalDataCollectImp >.
|
inlinevirtual |
Assignement operator.
|
inline |
Assignement operator.
|
inline |
Assignement operator.
|
inline |
Assignement operator.