dune-grid
2.1.1
|
#include <dune/grid/alugrid/3d/alu3dinclude.hh>
Public Types | |
typedef ALU3dBasicImplTraits < Comm >::VertexType | VertexType |
typedef std::pair< VertexType *, int > | ItemType |
typedef std::vector< ItemType > | VertexListType |
typedef VertexListType::iterator | IteratorType |
Public Member Functions | |
ALU3dGridLeafVertexList () | |
size_t | size () const |
bool | up2Date () const |
void | unsetUp2Date () |
template<class GridType > | |
void | setupVxList (const GridType &grid) |
IteratorType | begin () |
IteratorType | end () |
VertexListType & | getItemList () |
int | getLevel (const VertexType &vertex) const |
contains list of vertices of one level needed for VertexLevelIterator
typedef std::pair< VertexType *, int > Dune::ALU3dGridLeafVertexList< Comm >::ItemType |
typedef VertexListType::iterator Dune::ALU3dGridLeafVertexList< Comm >::IteratorType |
typedef std::vector< ItemType > Dune::ALU3dGridLeafVertexList< Comm >::VertexListType |
typedef ALU3dBasicImplTraits< Comm >::VertexType Dune::ALU3dGridLeafVertexList< Comm >::VertexType |
Dune::ALU3dGridLeafVertexList< Comm >::ALU3dGridLeafVertexList | ( | ) | [inline] |
IteratorType Dune::ALU3dGridLeafVertexList< Comm >::begin | ( | ) | [inline] |
IteratorType Dune::ALU3dGridLeafVertexList< Comm >::end | ( | ) | [inline] |
VertexListType& Dune::ALU3dGridLeafVertexList< Comm >::getItemList | ( | ) | [inline] |
int Dune::ALU3dGridLeafVertexList< Comm >::getLevel | ( | const VertexType & | vertex | ) | const [inline] |
References Dune::ALU3dGridLeafVertexList< Comm >::size().
Referenced by Dune::ALU3dGrid< hexa >::getLevelOfLeafVertex().
void Dune::ALU3dGridLeafVertexList< Comm >::setupVxList | ( | const GridType & | grid | ) |
Referenced by Dune::ALU3dGrid< hexa >::getLeafVertexList().
size_t Dune::ALU3dGridLeafVertexList< Comm >::size | ( | ) | const [inline] |
Referenced by Dune::ALU3dGridLeafVertexList< Comm >::getLevel().
void Dune::ALU3dGridLeafVertexList< Comm >::unsetUp2Date | ( | ) | [inline] |
bool Dune::ALU3dGridLeafVertexList< Comm >::up2Date | ( | ) | const [inline] |