|
dune-grid
2.2.0
|
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 | |
| template<class EntityType > | |
| void | restrictLocal (EntityType &father, EntityType &son, bool initialize) const |
| restrict data to father | |
| template<class EntityType > | |
| void | prolongLocal (EntityType &father, EntityType &son, bool initialize) const |
| prolong data to children | |
class for combining 2 index sets together for adaptation process
| Dune::CombinedAdaptProlongRestrict< A, B >::CombinedAdaptProlongRestrict | ( | const A & | a, |
| const B & | b | ||
| ) | [inline] |
constructor storing the two references
| void Dune::CombinedAdaptProlongRestrict< A, B >::prolongLocal | ( | EntityType & | father, |
| EntityType & | son, | ||
| bool | initialize | ||
| ) | const [inline] |
prolong data to children
| void Dune::CombinedAdaptProlongRestrict< A, B >::restrictLocal | ( | EntityType & | father, |
| EntityType & | son, | ||
| bool | initialize | ||
| ) | const [inline] |
restrict data to father
1.7.6.1