dune-grid 2.9.0
|
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... | |
class for combining 2 index sets together for adaptation process
|
inline |
constructor storing the two references
|
inline |
prolong data to children
|
inline |
restrict data to father