|
dune-grid 2.10
|
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 | |
| template<class Entity > | |
| void | restrictLocal (const Entity &father, const Entity &son, bool initialize) |
| restrict data to father | |
| template<class Entity > | |
| void | prolongLocal (const Entity &father, const Entity &son, bool initialize) |
| prolong data to children | |
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