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...
|
| VTKSequenceWriter (const GridView &gridView, const std::string &name, const std::string &path, const std::string &extendpath, VTK::DataMode dm=VTK::conforming) |
|
| ~VTKSequenceWriter () |
|
void | addCellData (const shared_ptr< const typename VTKWriter< GridView >::VTKFunction > &p) |
| Adds a field of cell data to the VTK file. More...
|
|
void | addCellData (typename VTKWriter< GridView >::VTKFunction *p) |
| Adds a field of cell data to the VTK file. More...
|
|
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 (typename VTKWriter< GridView >::VTKFunction *p) |
| Adds a field of vertex data to the VTK file. More...
|
|
void | addVertexData (const typename VTKWriter< GridView >::VTKFunctionPtr &p) |
| Adds a field of vertex data to the VTK file. More...
|
|
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 ot=VTK::ascii) |
| Writes VTK data for the given time,. More...
|
|
template<class GridView>
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).