dune-grid  2.3.1
Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::AdaptDataHandle< Grid, Impl > Class Template Reference

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

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

Public Types

typedef Base::Entity Entity

Public Member Functions

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

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

Member Typedef Documentation

template<class Grid , class Impl >
typedef Base::Entity Dune::AdaptDataHandle< Grid, Impl >::Entity

Constructor & Destructor Documentation

template<class Grid , class Impl >
Dune::AdaptDataHandle< Grid, Impl >::AdaptDataHandle ( )
inlineprotected

Member Function Documentation

template<class Grid, class Impl>
const Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( ) const
inlineprotectedinherited
template<class Grid, class Impl>
Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( )
inlineprotectedinherited
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::prolongLocal ( const Entity father,
const Entity son,
bool  initialize 
) const
inlineinherited
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::restrictLocal ( const Entity father,
const Entity son,
bool  initialize 
) const
inlineinherited

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