|
dune-grid
2.2.0
|
#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 |
| Dune::ALU3dGridVertexList< Comm >::ALU3dGridVertexList | ( | ) | [inline] |
| IteratorType Dune::ALU3dGridVertexList< Comm >::begin | ( | ) | [inline] |
| IteratorType Dune::ALU3dGridVertexList< Comm >::end | ( | ) | [inline] |
| VertexListType& Dune::ALU3dGridVertexList< Comm >::getItemList | ( | ) | [inline] |
| void Dune::ALU3dGridVertexList< Comm >::setupVxList | ( | const GridType & | grid, |
| int | level | ||
| ) |
Referenced by Dune::ALU3dGrid< hexa >::getVertexList().
| size_t Dune::ALU3dGridVertexList< Comm >::size | ( | ) | const [inline] |
| void Dune::ALU3dGridVertexList< Comm >::unsetUp2Date | ( | ) | [inline] |
| bool Dune::ALU3dGridVertexList< Comm >::up2Date | ( | ) | const [inline] |
Referenced by Dune::ALU3dGrid< hexa >::getVertexList().
1.7.6.1