dune-grid  2.2.0
Public Types | Public Member Functions | Protected Member Functions | Friends
Dune::AdaptDataHandleInterface< Grid, Impl > Class Template Reference

#include <dune/grid/common/adaptcallback.hh>

Inheritance diagram for Dune::AdaptDataHandleInterface< Grid, Impl >:
Dune::AdaptDataHandle< Grid, Impl >

List of all members.

Public Types

typedef Grid::template Codim
< 0 >::Entity 
Entity

Public Member Functions

void preAdapt (const unsigned int estimateAdditionalElements)
void postAdapt ()
void preCoarsening (const Entity &father) const
void postRefinement (const Entity &father) const
void restrictLocal (const Entity &father, const Entity &son, bool initialize) const
void prolongLocal (const Entity &father, const Entity &son, bool initialize) const

Protected Member Functions

const Impl & asImp () const
Impl & asImp ()

Friends

class AdaptDataHandle< Grid, Impl >

template<class Grid, class Impl>
class Dune::AdaptDataHandleInterface< Grid, Impl >


Member Typedef Documentation

template<class Grid, class Impl>
typedef Grid::template Codim< 0 >::Entity Dune::AdaptDataHandleInterface< Grid, Impl >::Entity

Member Function Documentation

template<class Grid, class Impl>
const Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( ) const [inline, protected]
template<class Grid, class Impl>
Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( ) [inline, protected]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::postAdapt ( ) [inline]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::postRefinement ( const Entity father) const [inline]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::preAdapt ( const unsigned int  estimateAdditionalElements) [inline]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::preCoarsening ( const Entity father) const [inline]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::prolongLocal ( const Entity father,
const Entity son,
bool  initialize 
) const [inline]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::restrictLocal ( const Entity father,
const Entity son,
bool  initialize 
) const [inline]

Friends And Related Function Documentation

template<class Grid, class Impl>
friend class AdaptDataHandle< Grid, Impl > [friend]

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