Dune Core Modules (2.3.1)
Dune::GnuplotWriter< GridView > Class Template Reference
Writer for 1D grids in gnuplot format. More...
#include <dune/grid/io/file/gnuplot.hh>
Public Member Functions | |
template<class DataContainer > | |
void | addCellData (const DataContainer &data, const std::string &name) |
Add cell data. More... | |
template<class DataContainer > | |
void | addVertexData (const DataContainer &data, const std::string &name) |
Add vertex data. More... | |
void | write (const std::string &filename) const |
Write Gnuplot file to disk. More... | |
Detailed Description
template<class GridView>
class Dune::GnuplotWriter< GridView >
class Dune::GnuplotWriter< GridView >
Writer for 1D grids in gnuplot format.
- Template Parameters
-
GridType the grid GridView Level- or LeafGridView
Member Function Documentation
◆ addCellData()
template<class GridView >
template<class DataContainer >
|
inline |
Add cell data.
- Parameters
-
data An ISTL compliant vector type name associated with the data
References DUNE_THROW.
◆ addVertexData()
template<class GridView >
template<class DataContainer >
|
inline |
Add vertex data.
- Parameters
-
data An ISTL compliant vector type name associated with the data
◆ write()
template<class GridView >
void Dune::GnuplotWriter< GridView >::write | ( | const std::string & | filename | ) | const |
Write Gnuplot file to disk.
- Parameters
-
filename Name of the file to write to
The documentation for this class was generated from the following files:
- dune/grid/io/file/gnuplot.hh
- dune/grid/io/file/gnuplot/gnuplot.cc
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)