Dune::LevelGnuplotWriter< G > Class Template Reference
[Gnuplot]
#include <gnuplot.hh>
Inheritance diagram for Dune::LevelGnuplotWriter< G >:

Detailed Description
template<class G>
class Dune::LevelGnuplotWriter< G >
GnuplotWriter on a given level grid. 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. |
Member Function Documentation
void Dune::GnuplotWriter< G , G::template Codim< 0 >::LevelIndexSet >::addCellData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline, inherited] |
Add cell data.
- Parameters:
-
An ISTL compliant vector type name associated with the data
void Dune::GnuplotWriter< G , G::template Codim< 0 >::LevelIndexSet >::addVertexData | ( | const DataContainer & | data, | |
const std::string & | name | |||
) | [inline, inherited] |
Add vertex data.
- Parameters:
-
An ISTL compliant vector type name associated with the data
void Dune::GnuplotWriter< G , G::template Codim< 0 >::LevelIndexSet >::write | ( | const std::string & | filename | ) | const [inherited] |
Write Gnuplot file to disk.
- Parameters:
-
filename Name of the file to write to
The documentation for this class was generated from the following file: