dune-grid 2.9.0
|
#include <dune/grid/utility/hostgridaccess.hh>
Classes | |
struct | Codim |
A Traits struct that collects return types of class member methods. More... | |
Public Types | |
typedef Grid::Traits::LeafIntersection | LeafIntersection |
type of the IdGrid leaf intersection More... | |
typedef Grid::Traits::LevelIntersection | LevelIntersection |
type of the IdGrid level intersection More... | |
typedef HostGrid::Traits::LeafIntersection | HostLeafIntersection |
type of the host leaf intersection More... | |
typedef HostGrid::Traits::LevelIntersection | HostLevelIntersection |
type of the host level intersection More... | |
Exported Types | |
typedef IdentityGrid< HG > | Grid |
typedef HG | HostGrid |
type of HostGrid More... | |
Static Public Member Functions | |
static const HostGrid & | hostGrid (const Grid &grid) |
Get underlying HostGrid. More... | |
template<class Entity > | |
static const Codim< Entity::codimension >::HostEntity & | hostEntity (const Entity &entity) |
template<int codim> | |
static const Codim< codim >::HostEntity & | hostEntity (const typename Codim< codim >::Entity &entity) |
static const HostLeafIntersection & | hostIntersection (const LeafIntersection &intersection) |
static const HostLevelIntersection & | hostIntersection (const LevelIntersection &intersection) |
typedef IdentityGrid< HG > Dune::HostGridAccess< IdentityGrid< HG > >::Grid |
typedef HG Dune::HostGridAccess< IdentityGrid< HG > >::HostGrid |
type of HostGrid
typedef HostGrid::Traits::LeafIntersection Dune::HostGridAccess< IdentityGrid< HG > >::HostLeafIntersection |
type of the host leaf intersection
typedef HostGrid::Traits::LevelIntersection Dune::HostGridAccess< IdentityGrid< HG > >::HostLevelIntersection |
type of the host level intersection
typedef Grid::Traits::LeafIntersection Dune::HostGridAccess< IdentityGrid< HG > >::LeafIntersection |
type of the IdGrid leaf intersection
typedef Grid::Traits::LevelIntersection Dune::HostGridAccess< IdentityGrid< HG > >::LevelIntersection |
type of the IdGrid level intersection
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Get underlying HostGrid.
[in] | grid | grid, whose host grid shall be returned |
|
inlinestatic |
|
inlinestatic |