dune-grid 2.9.0
|
Iterator over the grids elements. More...
#include <dune/grid/io/file/vtk/vtkwriter.hh>
Public Member Functions | |
CellIterator (const GridCellIterator &x) | |
construct a CellIterator from the gridview's Iterator. More... | |
const FieldVector< DT, n > | position () const |
Iterator over the grids elements.
This class iterates over the gridview's elements. It is the same as the gridview's Codim<0>::Iterator for the InteriorBorder_Partition, except that it add a position() method.
|
inline |
construct a CellIterator from the gridview's Iterator.
|
inline |
get the position of the center of the element, in element-local coordinates