#include <dune/grid-glue/merging/intersectionlist.hh>
template<typename L0, typename L1>
class Dune::GridGlue::IntersectionListProvider< L0, L1 >
- Template Parameters
-
L0 | type of local coordinates in the first grid |
L1 | type of local coordinates in the second grid |
◆ Index
template<typename L0, typename L1>
type used to index intersections
◆ Local0
template<typename L0, typename L1>
type of local coordinates in the first grid
◆ Local1
template<typename L0, typename L1>
type of local coordinates in the second grid
◆ corner0()
template<typename L0, typename L1>
corner local coordinates of an embedding of an intersection in the first grid
- Parameters
-
intersection | number of the intersection |
corner | number of the corner |
index | number of the embedding of the intersection |
◆ corner1()
template<typename L0, typename L1>
corner local coordinates of an embedding of an intersection in the second grid
- Parameters
-
intersection | number of the intersection |
corner | number of the corner |
index | number of the embedding of the intersection |
◆ parent0()
template<typename L0, typename L1>
parent entity of an embedding of an intersection in the first grid
- Parameters
-
intersection | number of the intersection |
index | number of the embedding of the intersection |
◆ parent1()
template<typename L0, typename L1>
parent entity of an embedding of an intersection in the second grid
- Parameters
-
intersection | number of the intersection |
index | number of the embedding of the intersection |
◆ parents0()
template<typename L0, typename L1>
number of embeddings of the intersection
-th intersection into the first grid
- Parameters
-
intersection | number of the intersection |
◆ parents1()
template<typename L0, typename L1>
number of embeddings of the intersection
-th intersection into the second grid
- Parameters
-
intersection | number of the intersection |
◆ size()
template<typename L0, typename L1>
The documentation for this class was generated from the following file: