|
dune-grid
2.2.0
|
#include <dune/grid/alugrid/2d/datahandle.hh>
Public Member Functions | |
| AdaptRestrictProlong2dImpl (GridType &grid, EntityType &f, RealEntityType &rf, EntityType &s, RealEntityType &rs, AdaptDataHandle &rp) | |
| Constructor. | |
| virtual | ~AdaptRestrictProlong2dImpl () |
| int | preCoarsening (HElementType &father) |
| restrict data , elem is always the father | |
| int | postRefinement (HElementType &father) |
| prolong data, elem is the father | |
| int | maxLevel () const |
| ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::AdaptRestrictProlong2dImpl | ( | GridType & | grid, |
| EntityType & | f, | ||
| RealEntityType & | rf, | ||
| EntityType & | s, | ||
| RealEntityType & | rs, | ||
| AdaptDataHandle & | rp | ||
| ) | [inline] |
Constructor.
| virtual ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::~AdaptRestrictProlong2dImpl | ( | ) | [inline, virtual] |
| int ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::maxLevel | ( | ) | const [inline] |
| int ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::postRefinement | ( | HElementType & | father | ) | [inline] |
prolong data, elem is the father
References Dune::Alberta::max().
| int ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::preCoarsening | ( | HElementType & | father | ) | [inline] |
restrict data , elem is always the father
References Dune::Alberta::max().
1.7.6.1