dune-grid  2.5-git
Classes | Namespaces
subsamplingvtkwriter.hh File Reference

Provides subsampled file i/o for the visualization toolkit. More...

#include <ostream>
#include <memory>
#include <dune/common/indent.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/virtualrefinement.hh>
#include <dune/grid/io/file/vtk/vtkwriter.hh>
#include <dune/grid/io/file/vtk/vtuwriter.hh>

Go to the source code of this file.

Classes

class  Dune::SubsamplingVTKWriter< GridView >
 Writer for the output of subsampled grid functions in the vtk format.Writes arbitrary grid functions (living on cells or vertices of a grid) to a file suitable for easy visualization with The Visualization Toolkit (VTK). In contrast to the regular VTKWriter, this Writer allows subsampling of the elements via VirtualRefinement. The SubSamplingVTKWriter always writes nonconforming data. More...
 

Namespaces

 Dune
 Include standard header files.
 

Detailed Description

Provides subsampled file i/o for the visualization toolkit.

Author
Jö Fahlke