ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining a const neighbor range of an element type with a connector element type within a mesh/segment. More...
#include <neighbor_iteration.hpp>
Public Types | |
typedef viennagrid::detail::neighbor_range_wrapper < ElementTypeOrTagT, ConnectorElementTypeOrTagT, const typename neighbor_view < MeshOrSegmentHandleT, ElementTypeOrTagT, ConnectorElementTypeOrTagT > ::type > | type |
Metafunction for obtaining a const neighbor range of an element type with a connector element type within a mesh/segment.
MeshOrSegmentHandleT | The host mesh/segment type |
ElementTypeOrTagT | The element type/tag of which the co-boundary range is created |
ConnectorElementTypeOrTagT | The connector element type/tag |
typedef viennagrid::detail::neighbor_range_wrapper< ElementTypeOrTagT, ConnectorElementTypeOrTagT, const typename neighbor_view<MeshOrSegmentHandleT, ElementTypeOrTagT, ConnectorElementTypeOrTagT>::type > type |