dune-grid 2.9.0
Public Member Functions | List of all members
Dune::VTKWriter< GridView >::CellIterator Class Reference

Iterator over the grids elements. More...

#include <dune/grid/io/file/vtk/vtkwriter.hh>

Inheritance diagram for Dune::VTKWriter< GridView >::CellIterator:
Inheritance graph

Public Member Functions

 CellIterator (const GridCellIterator &x)
 construct a CellIterator from the gridview's Iterator. More...
 
const FieldVector< DT, n > position () const
 

Detailed Description

template<class GridView>
class Dune::VTKWriter< GridView >::CellIterator

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.

Constructor & Destructor Documentation

◆ CellIterator()

template<class GridView >
Dune::VTKWriter< GridView >::CellIterator::CellIterator ( const GridCellIterator &  x)
inline

construct a CellIterator from the gridview's Iterator.

Member Function Documentation

◆ position()

template<class GridView >
const FieldVector< DT, n > Dune::VTKWriter< GridView >::CellIterator::position ( ) const
inline

get the position of the center of the element, in element-local coordinates


The documentation for this class was generated from the following file: