dune-grid 2.9.0
Public Member Functions | List of all members
Dune::GeoGrid::CoordCache< HostGrid, Coordinate > Class Template Reference

#include <dune/grid/geometrygrid/cachedcoordfunction.hh>

Inheritance diagram for Dune::GeoGrid::CoordCache< HostGrid, Coordinate >:
Inheritance graph

Public Member Functions

 CoordCache (const HostGrid &hostGrid)
 
template<class Entity >
const Coordinate & operator() (const Entity &entity, unsigned int corner) const
 
const Coordinate & operator() (const Vertex &vertex, unsigned int corner) const
 
template<class Entity >
Coordinate & operator() (const Entity &entity, unsigned int corner)
 
Coordinate & operator() (const Vertex &vertex, unsigned int corner)
 
void adapt ()
 

Constructor & Destructor Documentation

◆ CoordCache()

template<class HostGrid , class Coordinate >
Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::CoordCache ( const HostGrid &  hostGrid)
inlineexplicit

Member Function Documentation

◆ adapt()

template<class HostGrid , class Coordinate >
void Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::adapt ( )
inline

◆ operator()() [1/4]

template<class HostGrid , class Coordinate >
template<class Entity >
Coordinate & Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::operator() ( const Entity entity,
unsigned int  corner 
)
inline

◆ operator()() [2/4]

template<class HostGrid , class Coordinate >
template<class Entity >
const Coordinate & Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::operator() ( const Entity entity,
unsigned int  corner 
) const
inline

◆ operator()() [3/4]

template<class HostGrid , class Coordinate >
Coordinate & Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::operator() ( const Vertex &  vertex,
unsigned int  corner 
)
inline

◆ operator()() [4/4]

template<class HostGrid , class Coordinate >
const Coordinate & Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::operator() ( const Vertex &  vertex,
unsigned int  corner 
) const
inline

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