dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::DummyDataCollector< GridType > Class Template Reference

empty data collector More...

#include <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.
 
template<class OpType >
MyTypeoperator= (const OpType &dc)
 Assignement operator.
 

Detailed Description

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

empty data collector

Member Typedef Documentation

◆ DataCollectorParamType

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

◆ LocalInterfaceType

template<class GridType >
typedef LocalInterface<DataCollectorParamType> Dune::Fem::DummyDataCollector< GridType >::LocalInterfaceType

Member Function Documentation

◆ apply()

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

◆ operator+=()

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

Assignement operator.

◆ 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: