dune-alugrid 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ALUGrid::AdaptRestrictProlongImpl< GridType, AdaptDataHandle > Class Template Reference

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

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

Public Member Functions

 AdaptRestrictProlongImpl (GridType &grid, 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
 

Constructor & Destructor Documentation

◆ AdaptRestrictProlongImpl()

template<class GridType , class AdaptDataHandle >
ALUGrid::AdaptRestrictProlongImpl< GridType, AdaptDataHandle >::AdaptRestrictProlongImpl ( GridType &  grid,
AdaptDataHandle &  rp 
)
inline

Constructor.

◆ ~AdaptRestrictProlongImpl()

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

Member Function Documentation

◆ postRefinement() [1/2]

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

prolong data for ghost elements

◆ postRefinement() [2/2]

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

prolong data for elements

◆ preCoarsening() [1/2]

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

restrict data for ghost elements

◆ preCoarsening() [2/2]

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

restrict data for elements


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