#include <gnuplot.hh>
Public Member Functions | |
LevelGnuplotWriter (const G &grid, int level) | |
Construct a Gnuplot writer for a certain level of a given grid. | |
void | addCellData (const DataContainer &data, const std::string &name) |
Add cell data. | |
void | addVertexData (const DataContainer &data, const std::string &name) |
Add vertex data. | |
void | write (const std::string &filename) const |
Write Gnuplot file to disk. |
void Dune::GnuplotWriter< G::LevelGridView >::addCellData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline, inherited] |
Add cell data.
An | ISTL compliant vector type | |
name | associated with the data |
void Dune::GnuplotWriter< G::LevelGridView >::addVertexData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline, inherited] |
Add vertex data.
An | ISTL compliant vector type | |
name | associated with the data |
void Dune::GnuplotWriter< G::LevelGridView >::write | ( | const std::string & | filename | ) | const [inherited] |
Write Gnuplot file to disk.
filename | Name of the file to write to |