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

Public Types

typedef Base::Entity Entity
 

Public Member Functions

void restrictLocal (const Entity &father, const Entity &son, bool initialize)
 
void prolongLocal (const Entity &father, const Entity &son, bool initialize)
 

Protected Member Functions

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

Member Typedef Documentation

◆ Entity

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

Constructor & Destructor Documentation

◆ AdaptDataHandle()

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

Member Function Documentation

◆ asImp() [1/2]

template<class Grid , class Impl >
Impl & Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( )
inlineprotectedinherited

◆ asImp() [2/2]

template<class Grid , class Impl >
const Impl & Dune::AdaptDataHandleInterface< Grid, Impl >::asImp ( ) const
inlineprotectedinherited

◆ prolongLocal()

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

◆ restrictLocal()

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

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