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