dune-grid
2.2.0
|
#include <dune/grid/alugrid/3d/datahandle.hh>
Public Member Functions | |
AdaptRestrictProlongImpl (GridType &grid, MakeableEntityType &f, RealEntityType &rf, MakeableEntityType &s, RealEntityType &rs, AdaptDataHandle &rp) | |
Constructor. | |
virtual | ~AdaptRestrictProlongImpl () |
int | preCoarsening (HElementType &father) |
restrict data for elements | |
int | postRefinement (HElementType &father) |
prolong data for elements | |
int | preCoarsening (HBndSegType &ghost) |
restrict data for ghost elements | |
int | postRefinement (HBndSegType &ghost) |
prolong data for ghost elements |
ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::AdaptRestrictProlongImpl | ( | GridType & | grid, |
MakeableEntityType & | f, | ||
RealEntityType & | rf, | ||
MakeableEntityType & | s, | ||
RealEntityType & | rs, | ||
AdaptDataHandle & | rp | ||
) | [inline] |
Constructor.
virtual ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::~AdaptRestrictProlongImpl | ( | ) | [inline, virtual] |
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::postRefinement | ( | HElementType & | father | ) | [inline] |
prolong data for elements
Reimplemented in ALUGridSpace::AdaptRestrictProlongGlSet< GridType, AdaptDataHandle, GlobalIdSetImp >.
Referenced by ALUGridSpace::AdaptRestrictProlongGlSet< GridType, AdaptDataHandle, GlobalIdSetImp >::postRefinement().
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::postRefinement | ( | HBndSegType & | ghost | ) | [inline] |
prolong data for ghost elements
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::preCoarsening | ( | HElementType & | father | ) | [inline] |
restrict data for elements
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::preCoarsening | ( | HBndSegType & | ghost | ) | [inline] |
restrict data for ghost elements