- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. | |
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.
Dune::VTKWriter< GridView >::CellIterator::CellIterator | ( | const GridCellIterator & | x | ) | [inline] |
construct a CellIterator from the gridview's Iterator.
const FieldVector<DT,n> Dune::VTKWriter< GridView >::CellIterator::position | ( | ) | const [inline] |
get the position of the center of the element, in element-local coordinates
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].