dune-grid  2.1.1
Public Member Functions
ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType > Class Template Reference

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

List of all members.

Public Member Functions

 LoadBalanceElementCount (GridType &grid, MakeableEntityType &f, RealEntityType &rf, MakeableEntityType &s, RealEntityType &rs, DofManagerType &dm)
 Constructor.
virtual ~LoadBalanceElementCount ()
int postRefinement (HElementType &elem)
 restrict data , elem is always the father
int preCoarsening (HElementType &elem)
 prolong data, elem is the father
int preCoarsening (HBndSegType &el)
int postRefinement (HBndSegType &el)
int newElements () const

template<class GridType, class DofManagerType>
class ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >


Constructor & Destructor Documentation

template<class GridType , class DofManagerType >
ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::LoadBalanceElementCount ( GridType &  grid,
MakeableEntityType f,
RealEntityType &  rf,
MakeableEntityType s,
RealEntityType &  rs,
DofManagerType &  dm 
) [inline]

Constructor.

template<class GridType , class DofManagerType >
virtual ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::~LoadBalanceElementCount ( ) [inline, virtual]

Member Function Documentation

template<class GridType , class DofManagerType >
int ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::newElements ( ) const [inline]
template<class GridType , class DofManagerType >
int ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::postRefinement ( HElementType &  elem) [inline]

restrict data , elem is always the father

template<class GridType , class DofManagerType >
int ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::postRefinement ( HBndSegType &  el) [inline]

restrict data , elem is always the father this method is for ghost elements we need the ghost method because data is only inlined for interior elements, but we have to arange the ghost indices

template<class GridType , class DofManagerType >
int ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::preCoarsening ( HElementType &  elem) [inline]

prolong data, elem is the father

template<class GridType , class DofManagerType >
int ALUGridSpace::LoadBalanceElementCount< GridType, DofManagerType >::preCoarsening ( HBndSegType &  el) [inline]

restrict data , elem is always the father this method is for ghost elements


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