ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining a const coboundary range of an element type within a mesh/segment. More...
#include <coboundary_iteration.hpp>
Public Types | |
typedef viennagrid::detail::coboundary_range_wrapper < ElementTypeOrTagT, CoboundaryTypeOrTagT, const typename coboundary_view < MeshOrSegmentHandleT, ElementTypeOrTagT, CoboundaryTypeOrTagT >::type > | type |
Metafunction for obtaining a const coboundary range of an 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 |
CoboundaryTypeOrTagT | The co-boundary element type/tag |
typedef viennagrid::detail::coboundary_range_wrapper< ElementTypeOrTagT, CoboundaryTypeOrTagT, const typename coboundary_view<MeshOrSegmentHandleT, ElementTypeOrTagT, CoboundaryTypeOrTagT>::type > type |