DUNE-GRID-GLUE (2.10)
Dune::GridGlue::IntersectionList< Local0, Local1 > Class Template Reference
#include <dune/grid-glue/merging/intersectionlist.hh>
Public Member Functions | |
std::size_t | size () const |
template<int I> | |
std::size_t | parents (Index intersection) const |
template<int I> | |
Index | parent (Index intersection, unsigned index=0) const |
template<int I> | |
auto | corner (Index intersection, unsigned corner, unsigned index=0) const |
Detailed Description
template<typename Local0, typename Local1>
class Dune::GridGlue::IntersectionList< Local0, 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
Member Function Documentation
◆ corner()
template<typename Local0 , typename Local1 >
template<int I>
|
inline |
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
References Dune::GridGlue::IntersectionList< Local0, Local1 >::corner().
Referenced by Dune::GridGlue::IntersectionList< Local0, Local1 >::corner().
◆ parent()
template<typename Local0 , typename Local1 >
template<int I>
|
inline |
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>
|
inline |
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 >
|
inline |
number of intersections in the merged grid
The documentation for this class was generated from the following file:
- dune/grid-glue/merging/intersectionlist.hh
