dune-grid  2.1.1
Classes | Namespaces | Files
Visualization ToolKit (VTK)
I/O
Collaboration diagram for Visualization ToolKit (VTK):

Classes

struct  Dune::VTKOptions
 options for VTK output More...
class  Dune::VTKFunction< Grid >
 A base class for grid functions with any return type and dimension. More...
class  Dune::P0VTKFunction< GV, V >
 Take a vector and interpret it as cell data for the VTKWriter. More...
class  Dune::P1VTKFunction< GV, V >
 Take a vector and interpret it as point data for the VTKWriter. More...
class  Dune::SubsamplingVTKWriter< GridView >
 Writer for the ouput 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...
class  Dune::VTKSequenceWriter< GridView >
 Writer for the ouput of 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). More...
class  Dune::VTKWriter< GridView >
 Writer for the ouput of 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). More...
class  Dune::LeafVTKWriter< Grid >
 VTKWriter on the leaf grid. More...
class  Dune::LevelVTKWriter< Grid >
 VTKWriter on a given level grid. More...

Namespaces

namespace  Dune::VTK

Files

file  boundaryiterators.hh
 

Functions for VTK output on the skeleton.


file  skeletonfunction.hh
 

Functions for VTK output on the skeleton.