DUNE-GRID-GLUE (2.10)
#include <dune/grid-glue/merging/intersectionlist.hh>
Classes | |
struct | SimplicialIntersection |
Public Member Functions | |
std::size_t | size () const override |
std::size_t | parents0 (Index intersection) const override |
std::size_t | parents1 (Index intersection) const override |
Index | parent0 (Index intersection, unsigned index) const override |
Index | parent1 (Index intersection, unsigned index) const override |
Local0 | corner0 (Index intersection, unsigned corner, unsigned index) const override |
Local1 | corner1 (Index intersection, unsigned corner, unsigned index) const override |
Detailed Description
class Dune::GridGlue::SimplicialIntersectionListProvider< dim0, dim1 >
intersection list provider storing simplicial intersections
- Template Parameters
-
dim0 dimension of the first grid dim1 dimension of the second grid
Member Function Documentation
◆ corner0()
|
inlineoverridevirtual |
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
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
◆ corner1()
|
inlineoverridevirtual |
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
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
◆ parent0()
|
inlineoverridevirtual |
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
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
◆ parent1()
|
inlineoverridevirtual |
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
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
◆ parents0()
|
inlineoverridevirtual |
number of embeddings of the intersection
-th intersection into the first grid
- Parameters
-
intersection number of the intersection
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
◆ parents1()
|
inlineoverridevirtual |
number of embeddings of the intersection
-th intersection into the second grid
- Parameters
-
intersection number of the intersection
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
◆ size()
|
inlineoverridevirtual |
number of intersections in the merged grid
Implements Dune::GridGlue::IntersectionListProvider< FieldVector< double, dim0 >, FieldVector< double, dim1 > >.
The documentation for this class was generated from the following file:
- dune/grid-glue/merging/intersectionlist.hh
