dune-grid-glue
2.3.0
|
#include <dune/grid-glue/gridglue.hh>
Public Types | |
typedef GridGlue::IndexType | IndexType |
The type used for the indices. More... | |
typedef size_t | SizeType |
The type used for the size. More... | |
Public Member Functions | |
template<int I, int O> | |
IndexType | index (const Intersection< P0, P1, I, O > &i) const |
Map Dune::GridGlue::Intersection to index. More... | |
SizeType | size () const |
Return total number of intersections. More... | |
Friends | |
class | ::Dune::GridGlue::GridGlue< P0, P1 > |
typedef GridGlue::IndexType Dune::GridGlue::IntersectionIndexSet< P0, P1 >::IndexType |
The type used for the indices.
typedef size_t Dune::GridGlue::IntersectionIndexSet< P0, P1 >::SizeType |
The type used for the size.
|
inline |
Map Dune::GridGlue::Intersection to index.
|
inline |
Return total number of intersections.
References Dune::GridGlue::GridGlue< P0, P1 >::size().
|
friend |