#include <gnuplot.hh>
GridType | the grid | |
GridView | Level- or LeafGridView |
Public Member Functions | |
template<class DataContainer> | |
void | addCellData (const DataContainer &data, const std::string &name) |
Add cell data. | |
template<class DataContainer> | |
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< GridView >::addCellData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline] |
Add cell data.
An | ISTL compliant vector type | |
name | associated with the data |
void Dune::GnuplotWriter< GridView >::addVertexData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline] |
Add vertex data.
An | ISTL compliant vector type | |
name | associated with the data |
void Dune::GnuplotWriter< GridView >::write | ( | const std::string & | filename | ) | const [inline] |
Write Gnuplot file to disk.
filename | Name of the file to write to |