dune-grid  2.2.1
Public Member Functions | List of all members
Dune::CombinedAdaptProlongRestrict< A, B > Class Template Reference

class for combining 2 index sets together for adaptation process More...

#include <dune/grid/common/adaptcallback.hh>

Public Member Functions

 CombinedAdaptProlongRestrict (const A &a, const B &b)
 constructor storing the two references More...
 
template<class EntityType >
void restrictLocal (EntityType &father, EntityType &son, bool initialize) const
 restrict data to father More...
 
template<class EntityType >
void prolongLocal (EntityType &father, EntityType &son, bool initialize) const
 prolong data to children More...
 

Detailed Description

template<class A, class B>
class Dune::CombinedAdaptProlongRestrict< A, B >

class for combining 2 index sets together for adaptation process

Constructor & Destructor Documentation

template<class A , class B >
Dune::CombinedAdaptProlongRestrict< A, B >::CombinedAdaptProlongRestrict ( const A &  a,
const B &  b 
)
inline

constructor storing the two references

Member Function Documentation

template<class A , class B >
template<class EntityType >
void Dune::CombinedAdaptProlongRestrict< A, B >::prolongLocal ( EntityType &  father,
EntityType &  son,
bool  initialize 
) const
inline

prolong data to children

template<class A , class B >
template<class EntityType >
void Dune::CombinedAdaptProlongRestrict< A, B >::restrictLocal ( EntityType &  father,
EntityType &  son,
bool  initialize 
) const
inline

restrict data to father


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