dune-grid 2.9.0
Public Member Functions | List of all members
Dune::GeoGrid::IntersectionCoordVector< Grid > Class Template Reference

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

Public Member Functions

 IntersectionCoordVector (const ElementGeometryImpl &elementGeometry, const HostLocalGeometry &hostLocalGeometry)
 
template<std::size_t size>
void calculate (std::array< Coordinate, size >(&corners)) const
 
template<unsigned int numCorners>
void calculate (Coordinate(&corners)[numCorners]) const
 

Constructor & Destructor Documentation

◆ IntersectionCoordVector()

template<class Grid >
Dune::GeoGrid::IntersectionCoordVector< Grid >::IntersectionCoordVector ( const ElementGeometryImpl &  elementGeometry,
const HostLocalGeometry &  hostLocalGeometry 
)
inline

Member Function Documentation

◆ calculate() [1/2]

template<class Grid >
template<unsigned int numCorners>
void Dune::GeoGrid::IntersectionCoordVector< Grid >::calculate ( Coordinate(&)  corners[numCorners]) const
inline

◆ calculate() [2/2]

template<class Grid >
template<std::size_t size>
void Dune::GeoGrid::IntersectionCoordVector< Grid >::calculate ( std::array< Coordinate, size > &  corners) const
inline

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