#include <dune/grid/geometrygrid/cachedcoordfunction.hh>
List of all members.
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 () |
template<class HostGrid, class Coordinate>
class Dune::GeoGrid::CoordCache< HostGrid, Coordinate >
Constructor & Destructor Documentation
template<class HostGrid, class Coordinate>
Member Function Documentation
template<class HostGrid, class Coordinate>
template<class HostGrid, class Coordinate>
template<class Entity >
template<class HostGrid, class Coordinate>
const Coordinate& Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::operator() |
( |
const Vertex & |
vertex, |
|
|
unsigned int |
corner |
|
) |
| const [inline] |
template<class HostGrid, class Coordinate>
template<class Entity >
template<class HostGrid, class Coordinate>
Coordinate& Dune::GeoGrid::CoordCache< HostGrid, Coordinate >::operator() |
( |
const Vertex & |
vertex, |
|
|
unsigned int |
corner |
|
) |
| [inline] |
The documentation for this class was generated from the following file: