#include <dune/grid-glue/merging/intersectionlist.hh>
template<typename Local0, typename Local1>
class Dune::GridGlue::IntersectionList< Local0, Local1 >
- Template Parameters
-
L0 | type of local coordinates in the first grid |
L1 | type of local coordinates in the second grid |
◆ Index
template<typename Local0 , typename Local1 >
◆ Provider
template<typename Local0 , typename Local1 >
◆ IntersectionList()
template<typename Local0 , typename Local1 >
◆ corner()
template<typename Local0 , typename Local1 >
template<int I>
corner local coordinates of an embedding of an intersection in the I
-th grid
- Template Parameters
-
I | number of the grid (0 or 1) |
- Parameters
-
intersection | number of the intersection |
corner | number of the corner |
index | number of the embedding of the intersection |
◆ parent()
template<typename Local0 , typename Local1 >
template<int I>
parent entity of an embedding of an intersection in the I
-th grid
- Template Parameters
-
I | number of the grid (0 or 1) |
- Parameters
-
intersection | number of the intersection |
index | number of the embedding of the intersection |
◆ parents()
template<typename Local0 , typename Local1 >
template<int I>
number of embeddings of the intersection
-th intersection into the I
-th grid
- Template Parameters
-
I | number of the grid (0 or 1) |
- Parameters
-
intersection | number of the intersection |
◆ size()
template<typename Local0 , typename Local1 >
number of intersections in the merged grid
The documentation for this class was generated from the following file: