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

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

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

List of all members.

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 ()

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


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 ( ) [inline, protected]

Member Function Documentation

template<class Grid, class Impl>
const Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( ) const [inline, protected, inherited]
template<class Grid, class Impl>
Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( ) [inline, protected, inherited]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::prolongLocal ( const Entity father,
const Entity son,
bool  initialize 
) const [inline, inherited]
template<class Grid, class Impl>
void Dune::AdaptDataHandleInterface< Grid, Impl >::restrictLocal ( const Entity father,
const Entity son,
bool  initialize 
) const [inline, inherited]

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