dune-grid
2.4.1
|
#include <dune/grid/alugrid/3d/alu3dinclude.hh>
Public Types | |
typedef ALU3dBasicImplTraits< Comm >::VertexType | VertexType |
typedef std::vector< VertexType * > | VertexListType |
typedef VertexListType::iterator | IteratorType |
Public Member Functions | |
ALU3dGridVertexList () | |
size_t | size () const |
bool | up2Date () const |
void | unsetUp2Date () |
template<class GridType > | |
void | setupVxList (const GridType &grid, int level) |
IteratorType | begin () |
IteratorType | end () |
VertexListType & | getItemList () |
contains list of vertices of one level needed for VertexLevelIterator
typedef VertexListType::iterator Dune::ALU3dGridVertexList< Comm >::IteratorType |
typedef std::vector< VertexType * > Dune::ALU3dGridVertexList< Comm >::VertexListType |
typedef ALU3dBasicImplTraits< Comm >::VertexType Dune::ALU3dGridVertexList< Comm >::VertexType |
|
inline |
|
inline |
|
inline |
|
inline |
void Dune::ALU3dGridVertexList< Comm >::setupVxList | ( | const GridType & | grid, |
int | level | ||
) |
Referenced by Dune::ALU3dGrid< elType, Comm >::getVertexList().
|
inline |
|
inline |
|
inline |