dune-grid  2.1.1
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 >:
Inheritance graph

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

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]

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: