dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::DummyDataCollector< GridType > Class Template Reference

empty data collector More...

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

Public Types

typedef std::pair< int *, int * > DataCollectorParamType
 
typedef LocalInterface< DataCollectorParamTypeLocalInterfaceType
 

Public Member Functions

void apply (int, int) const
 
template<class OpType >
MyTypeoperator+= (const OpType &dc)
 Assignement operator. More...
 
template<class OpType >
MyTypeoperator= (const OpType &dc)
 Assignement operator. More...
 

Detailed Description

template<class GridType>
class Dune::Fem::DummyDataCollector< GridType >

empty data collector

Member Typedef Documentation

template<class GridType >
typedef std::pair< int * , int * > Dune::Fem::DummyDataCollector< GridType >::DataCollectorParamType

Member Function Documentation

template<class GridType >
void Dune::Fem::DummyDataCollector< GridType >::apply ( int  ,
int   
) const
inline

all adaptation operators have this method which adapts the corresponding grid and organizes the restriction prolongation process of the underlying function spaces

template<class GridType >
template<class OpType >
MyType& Dune::Fem::DummyDataCollector< GridType >::operator+= ( const OpType &  dc)
inline

Assignement operator.

template<class GridType >
template<class OpType >
MyType& Dune::Fem::DummyDataCollector< GridType >::operator= ( const OpType &  dc)
inline

Assignement operator.


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