|
dune-grid-glue 2.10
|
#include <dune/grid-glue/merging/intersectionlist.hh>
Public Types | |
| template<int I> | |
| using | Corners = std::array< Local< I >, nVertices > |
Public Member Functions | |
| SimplicialIntersection ()=default | |
| SimplicialIntersection (Index parent0, Index parent1) | |
Public Attributes | |
| std::vector< Corners< 0 > > | corners0 = std::vector< Corners<0> >(1) |
| std::vector< Index > | parents0 = std::vector< Index >(1) |
| std::vector< Corners< 1 > > | corners1 = std::vector< Corners<1> >(1) |
| std::vector< Index > | parents1 = std::vector< Index >(1) |
simplical intersection
| using Dune::GridGlue::SimplicialIntersectionListProvider< dim0, dim1 >::SimplicialIntersection::Corners = std::array<Local<I>, nVertices> |
type of a set of corner local coordinates for an embedding
|
default |
|
inline |
| std::vector< Corners<0> > Dune::GridGlue::SimplicialIntersectionListProvider< dim0, dim1 >::SimplicialIntersection::corners0 = std::vector< Corners<0> >(1) |
list of sets of corner local coordinates for embeddings into the first grid
| std::vector< Corners<1> > Dune::GridGlue::SimplicialIntersectionListProvider< dim0, dim1 >::SimplicialIntersection::corners1 = std::vector< Corners<1> >(1) |
list of sets of corner local coordinates for embeddings into the second grid
| std::vector< Index > Dune::GridGlue::SimplicialIntersectionListProvider< dim0, dim1 >::SimplicialIntersection::parents0 = std::vector< Index >(1) |
list of parent entities for embeddings into the first grid
| std::vector< Index > Dune::GridGlue::SimplicialIntersectionListProvider< dim0, dim1 >::SimplicialIntersection::parents1 = std::vector< Index >(1) |
list of parent entities for embeddings into the second grid