Dune Core Modules (2.6.0)

Dune::SubsamplingVTKSequenceWriter< GridView > Class Template Reference

Writer for the ouput of grid functions in the vtk format. More...

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

Public Member Functions

const std::shared_ptr< VTKWriter< GridView > > & vtkWriter () const
 
void addCellData (const std::shared_ptr< const typename VTKWriter< GridView >::VTKFunction > &p)
 Adds a field of cell data to the VTK file.
 
template<class V >
void addCellData (const V &v, const std::string &name, int ncomps=1)
 Adds a field of cell data to the VTK file. More...
 
void addVertexData (const std::shared_ptr< const typename VTKWriter< GridView >::VTKFunction > &p)
 Adds a field of vertex data to the VTK file.
 
template<class V >
void addVertexData (const V &v, const std::string &name, int ncomps=1)
 Adds a field of vertex data to the VTK file. More...
 
void write (double time, VTK::OutputType type=VTK::ascii)
 Writes VTK data for the given time,. More...
 

Detailed Description

template<class GridView>
class Dune::SubsamplingVTKSequenceWriter< 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).

Deprecated:
Please use VTKSequenceWriter together with a SubsamplingVTKWriter instead!

Member Function Documentation

◆ addCellData()

template<class GridView >
template<class V >
void Dune::VTKSequenceWriterBase< GridView >::addCellData ( const V &  v,
const std::string &  name,
int  ncomps = 1 
)
inlineinherited

Adds a field of cell data to the VTK file.

Parameters
vThe container with the values of the grid function for each cell
nameA name to identify the grid function
ncompsNumber of components (default is 1)

◆ addVertexData()

template<class GridView >
template<class V >
void Dune::VTKSequenceWriterBase< GridView >::addVertexData ( const V &  v,
const std::string &  name,
int  ncomps = 1 
)
inlineinherited

Adds a field of vertex data to the VTK file.

Parameters
vThe container with the values of the grid function for each vertex
nameA name to identify the grid function
ncompsNumber of components (default is 1)

◆ vtkWriter()

template<class GridView >
const std::shared_ptr< VTKWriter<GridView> >& Dune::VTKSequenceWriterBase< GridView >::vtkWriter ( ) const
inlineinherited

accessor for the underlying VTKWriter instance

◆ write()

template<class GridView >
void Dune::VTKSequenceWriterBase< GridView >::write ( double  time,
VTK::OutputType  type = VTK::ascii 
)
inlineinherited

Writes VTK data for the given time,.

Parameters
timeThe time(step) for the data to be written.
typeVTK output type.

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)