- Home
- About DUNE
- Download
- Documentation
- Community
- Development
GnuplotWriter on the leaf grid. More...
#include <dune/grid/io/file/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. |
GnuplotWriter on the leaf grid.
Dune::LeafGnuplotWriter< G >::LeafGnuplotWriter | ( | const G & | grid | ) | [inline] |
Construct a Gnuplot writer for the leaf level of a given grid.
void Dune::GnuplotWriter< G::LeafGridView >::addCellData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline, inherited] |
Add cell data.
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.
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 |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].