DUNE-GRID-GLUE (2.10)
Dune::GridGlue::IntersectionData< P0, P1 > Class Template Reference
storage class for Dune::GridGlue::Intersection related data More...
#include <dune/grid-glue/adapter/intersection.hh>
Public Member Functions | |
IntersectionData (const GridGlue &glue, unsigned int mergeindex, unsigned int offset, bool grid0local, bool grid1local) | |
Constructor the n'th IntersectionData of a given GridGlue. More... | |
IntersectionData ()=default | |
Default Constructor. | |
Public Attributes | |
IndexType | index_ |
index of this intersection after GridGlue interface | |
Static Public Attributes | |
static constexpr int | coorddim = GridGlue::dimworld |
Dimension of the world space of the intersection. | |
static constexpr int | mydim = dim<0>() < dim<1>() ? dim<0>() : dim<1>() |
Dimension of the intersection. | |
Detailed Description
template<typename P0, typename P1>
class Dune::GridGlue::IntersectionData< P0, P1 >
class Dune::GridGlue::IntersectionData< P0, P1 >
storage class for Dune::GridGlue::Intersection related data
Constructor & Destructor Documentation
◆ IntersectionData()
template<typename P0 , typename P1 >
Dune::GridGlue::IntersectionData< P0, P1 >::IntersectionData | ( | const GridGlue & | glue, |
unsigned int | mergeindex, | ||
unsigned int | offset, | ||
bool | grid0local, | ||
bool | grid1local | ||
) |
Constructor the n'th IntersectionData of a given GridGlue.
The documentation for this class was generated from the following files:
- dune/grid-glue/gridglue.hh
- dune/grid-glue/adapter/intersection.hh
