dune-grid 2.9.0
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 (A &a, B &b)
 constructor storing the two references More...
 
template<class Entity >
void restrictLocal (const Entity &father, const Entity &son, bool initialize)
 restrict data to father More...
 
template<class Entity >
void prolongLocal (const Entity &father, const Entity &son, bool initialize)
 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

◆ CombinedAdaptProlongRestrict()

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

constructor storing the two references

Member Function Documentation

◆ prolongLocal()

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

prolong data to children

◆ restrictLocal()

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

restrict data to father


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