#include <gnuplot.hh>
Public Member Functions | |
LeafGnuplotWriter (const G &grid) | |
Construct a Gnuplot writer for the leaf 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::LeafGridView >::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::LeafGridView >::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::LeafGridView >::write | ( | const std::string & | filename | ) | const [inherited] |
Write Gnuplot file to disk.
filename | Name of the file to write to |