dune-grid  2.4
Public Member Functions | List of all members
ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle > Class Template Reference

#include <dune/grid/alugrid/3d/datahandle.hh>

Inheritance diagram for ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >:
Inheritance graph

Public Member Functions

 AdaptRestrictProlongImpl (GridType &grid, MakeableEntityType &f, RealEntityType &rf, MakeableEntityType &s, RealEntityType &rs, AdaptDataHandle &rp)
 Constructor. More...
 
virtual ~AdaptRestrictProlongImpl ()
 
int preCoarsening (HElementType &father)
 restrict data for elements More...
 
int postRefinement (HElementType &father)
 prolong data for elements More...
 
int preCoarsening (HBndSegType &ghost)
 restrict data for ghost elements More...
 
int postRefinement (HBndSegType &ghost)
 prolong data for ghost elements More...
 

Constructor & Destructor Documentation

template<class GridType , class AdaptDataHandle >
ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::AdaptRestrictProlongImpl ( GridType &  grid,
MakeableEntityType f,
RealEntityType &  rf,
MakeableEntityType s,
RealEntityType &  rs,
AdaptDataHandle &  rp 
)
inline

Constructor.

template<class GridType , class AdaptDataHandle >
virtual ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::~AdaptRestrictProlongImpl ( )
inlinevirtual

Member Function Documentation

template<class GridType , class AdaptDataHandle >
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::postRefinement ( HElementType &  father)
inline
template<class GridType , class AdaptDataHandle >
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::postRefinement ( HBndSegType &  ghost)
inline

prolong data for ghost elements

template<class GridType , class AdaptDataHandle >
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::preCoarsening ( HElementType &  father)
inline

restrict data for elements

template<class GridType , class AdaptDataHandle >
int ALUGridSpace::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::preCoarsening ( HBndSegType &  ghost)
inline

restrict data for ghost elements


The documentation for this class was generated from the following file: