Writer of data linked with meshes into Gnuplot format.
More...
#include <TNL/Meshes/Writers/GnuplotWriter.h>
|
| GnuplotWriter ()=delete |
| Construct with no parameters is not allowed.
|
|
| GnuplotWriter (std::ostream &str) |
| Constructor of a VTIWriter.
|
|
template<typename Array > |
void | writeCellData (const Mesh &mesh, const Array &array, const std::string &name, int numberOfComponents=1) |
| Writes data linked with mesh cells.
|
|
template<int EntityDimension = Mesh::getMeshDimension()> |
void | writeEntities (const Mesh &mesh) |
| This method is for compatinility wirh other writers.
|
|
void | writeHeader (const Mesh &mesh) |
|
template<typename Array > |
void | writePointData (const Mesh &mesh, const Array &array, const std::string &name, int numberOfComponents=1) |
| Writes data linked with mesh vertexes.
|
|
template<typename
Mesh>
class TNL::Meshes::Writers::GnuplotWriter< Mesh >
Writer of data linked with meshes into Gnuplot format.
- Template Parameters
-
◆ GnuplotWriter()
Constructor of a VTIWriter.
- Parameters
-
str | output stream used for the export of the data. |
◆ writeCellData()
template<typename Array >
Writes data linked with mesh cells.
- Template Parameters
-
Array | type of array holding the data. |
- Parameters
-
mesh | instance of the mesh. |
array | instance of an array holding the data. |
name | is a name of data which will appear in the outptu file. |
numberOfComponents | is number of compononets of the data for each cell. |
◆ writeEntities()
template<int EntityDimension>
This method is for compatinility wirh other writers.
It just writes a header.
- Template Parameters
-
EntityDimension | is a dimension of entities to be exported. |
- Parameters
-
mesh | is a mesh to be exported. |
◆ writePointData()
template<typename Array >
Writes data linked with mesh vertexes.
- Template Parameters
-
Array | type of array holding the data. |
- Parameters
-
mesh | instance of the mesh. |
array | instance of an array holding the data. |
name | is a name of data which will appear in the outptu file. |
numberOfComponents | is number of compononets of the data for each vertex. |
The documentation for this class was generated from the following files:
- src/TNL/Meshes/Writers/GnuplotWriter.h
- src/TNL/Meshes/Writers/GnuplotWriter.hpp