dune-grid  2.4.1
Classes | Namespaces | Functions
vtkwriter.hh File Reference

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

#include <cstring>
#include <iostream>
#include <string>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <vector>
#include <list>
#include <dune/common/deprecated.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/std/memory.hh>
#include <dune/common/indent.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/path.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/grid/io/file/vtk/common.hh>
#include <dune/grid/io/file/vtk/dataarraywriter.hh>
#include <dune/grid/io/file/vtk/function.hh>
#include <dune/grid/io/file/vtk/pvtuwriter.hh>
#include <dune/grid/io/file/vtk/streams.hh>
#include <dune/grid/io/file/vtk/vtuwriter.hh>

Go to the source code of this file.

Classes

struct  Dune::detail::_has_local_context< F, typename >
 
struct  Dune::VTKWriteTypeTraits::IsLocalFunction< T >
 
class  Dune::VTKSequenceWriterBase< GridView >
 Base class to write pvd-files which contains a list of all collected vtk-files. 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::VTKWriter< GridView >::VTKLocalFunction
 Type erasure wrapper for VTK data sets. More...
 
struct  Dune::VTKWriter< GridView >::VTKLocalFunction::FunctionWrapperBase
 Base class for polymorphic container of underlying data set. More...
 
struct  Dune::VTKWriter< GridView >::VTKLocalFunction::FunctionWrapper< F >
 Type erasure implementation for functions conforming to the dune-functions LocalFunction interface. More...
 
struct  Dune::VTKWriter< GridView >::VTKLocalFunction::VTKFunctionWrapper
 Type erasure implementation for legacy VTKFunctions. More...
 
class  Dune::VTKWriter< GridView >::CellIterator
 Iterator over the grids elements. More...
 
class  Dune::VTKWriter< GridView >::VertexIterator
 Iterate over the grid's vertices. More...
 
class  Dune::VTKWriter< GridView >::CornerIterator
 Iterate over the elements' corners. More...
 

Namespaces

 Dune
 Include standard header files.
 
 Dune::detail
 
 Dune::VTKWriteTypeTraits
 

Functions

template<typename T >
struct _has_local_context< T, typename std::enable_if<(sizeof(static_cast< T * >(nullptr) -> Dune::detail::localContext ()) > 0)
 

Detailed Description

Provides file i/o for the visualization toolkit.

Author
Peter Bastian, Christian Engwer