Output using VTK.
More...
#include <dune/fem/io/file/vtkio.hh>
|
| ~VTKIOBase () |
|
const GridPartType & | gridPart () const |
| return grid part More...
|
|
template<class DF > |
void | addCellData (DF &df, const std::string &dataName="") |
|
template<class DF > |
void | addVectorCellData (DF &df, const std::string &dataName="", int startPoint=0) |
|
template<class DF > |
void | addVertexData (DF &df, const std::string &dataName="") |
|
template<class DF > |
void | addVectorVertexData (DF &df, const std::string &dataName="", int startPoint=0) |
|
void | clear () |
|
std::string | write (const std::string &name, VTK::OutputType type) |
|
std::string | write (const std::string &name) |
|
std::string | pwrite (const std::string &name, const std::string &path, const std::string &extendpath, VTK::OutputType type) |
|
std::string | pwrite (const std::string &name, const std::string &path, const std::string &extendpath) |
|
std::string | write (const std::string &name, VTK::OutputType type, const int rank, const int size) |
|
std::string | write (const std::string &name, const int rank, const int size) |
|
template<class GridPart, bool subsampling>
class Dune::Fem::VTKIOBase< GridPart, subsampling >
Output using VTK.
◆ GridPartType
template<class GridPart , bool subsampling>
◆ GridType
template<class GridPart , bool subsampling>
◆ GridViewType
template<class GridPart , bool subsampling>
◆ IndexSetType
template<class GridPart , bool subsampling>
◆ VTKWriterType
template<class GridPart , bool subsampling>
◆ VTKIOBase()
template<class GridPart , bool subsampling>
◆ ~VTKIOBase()
template<class GridPart , bool subsampling>
◆ addCellData()
template<class GridPart , bool subsampling>
template<class DF >
void Dune::Fem::VTKIOBase< GridPart, subsampling >::addCellData |
( |
DF & |
df, |
|
|
const std::string & |
dataName = "" |
|
) |
| |
|
inline |
◆ addPartitionData()
template<class GridPart , bool subsampling>
◆ addVectorCellData()
template<class GridPart , bool subsampling>
template<class DF >
void Dune::Fem::VTKIOBase< GridPart, subsampling >::addVectorCellData |
( |
DF & |
df, |
|
|
const std::string & |
dataName = "" , |
|
|
int |
startPoint = 0 |
|
) |
| |
|
inline |
◆ addVectorVertexData()
template<class GridPart , bool subsampling>
template<class DF >
void Dune::Fem::VTKIOBase< GridPart, subsampling >::addVectorVertexData |
( |
DF & |
df, |
|
|
const std::string & |
dataName = "" , |
|
|
int |
startPoint = 0 |
|
) |
| |
|
inline |
◆ addVertexData()
template<class GridPart , bool subsampling>
template<class DF >
void Dune::Fem::VTKIOBase< GridPart, subsampling >::addVertexData |
( |
DF & |
df, |
|
|
const std::string & |
dataName = "" |
|
) |
| |
|
inline |
◆ clear()
template<class GridPart , bool subsampling>
◆ getPartitionParameter()
template<class GridPart , bool subsampling>
◆ gridPart()
template<class GridPart , bool subsampling>
◆ notComplex()
template<class GridPart , bool subsampling>
template<class DF >
◆ pwrite() [1/2]
template<class GridPart , bool subsampling>
std::string Dune::Fem::VTKIOBase< GridPart, subsampling >::pwrite |
( |
const std::string & |
name, |
|
|
const std::string & |
path, |
|
|
const std::string & |
extendpath |
|
) |
| |
|
inline |
◆ pwrite() [2/2]
template<class GridPart , bool subsampling>
std::string Dune::Fem::VTKIOBase< GridPart, subsampling >::pwrite |
( |
const std::string & |
name, |
|
|
const std::string & |
path, |
|
|
const std::string & |
extendpath, |
|
|
VTK::OutputType |
type |
|
) |
| |
|
inline |
◆ write() [1/4]
template<class GridPart , bool subsampling>
◆ write() [2/4]
template<class GridPart , bool subsampling>
std::string Dune::Fem::VTKIOBase< GridPart, subsampling >::write |
( |
const std::string & |
name, |
|
|
const int |
rank, |
|
|
const int |
size |
|
) |
| |
|
inline |
◆ write() [3/4]
template<class GridPart , bool subsampling>
std::string Dune::Fem::VTKIOBase< GridPart, subsampling >::write |
( |
const std::string & |
name, |
|
|
VTK::OutputType |
type |
|
) |
| |
|
inline |
◆ write() [4/4]
template<class GridPart , bool subsampling>
std::string Dune::Fem::VTKIOBase< GridPart, subsampling >::write |
( |
const std::string & |
name, |
|
|
VTK::OutputType |
type, |
|
|
const int |
rank, |
|
|
const int |
size |
|
) |
| |
|
inline |
◆ addPartition_
template<class GridPart , bool subsampling>
◆ gridPart_
template<class GridPart , bool subsampling>
◆ type_
template<class GridPart , bool subsampling>
◆ vtkWriter_
template<class GridPart , bool subsampling>
The documentation for this class was generated from the following file: