Loading [MathJax]/extensions/tex2jax.js

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 >

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.

Todo:
move this functionality to GridGlue

The documentation for this class was generated from the following files:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 10, 22:40, 2025)