GnuplotWriter on a given level grid.
More...
#include <dune/grid/io/file/gnuplot.hh>
|
| | 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.
|
| |
template<class G>
class Dune::LevelGnuplotWriter< G >
GnuplotWriter on a given level grid.
◆ LevelGnuplotWriter()
Construct a Gnuplot writer for a certain level of a given grid.
◆ addCellData()
| void Dune::GnuplotWriter< G::LevelGridView >::addCellData |
( |
const DataContainer & |
data, |
|
|
const std::string & |
name |
|
) |
| |
|
inlineinherited |
Add cell data.
- Parameters
-
| data | An ISTL compliant vector type |
| name | associated with the data |
◆ addVertexData()
| void Dune::GnuplotWriter< G::LevelGridView >::addVertexData |
( |
const DataContainer & |
data, |
|
|
const std::string & |
name |
|
) |
| |
|
inlineinherited |
Add vertex data.
- Parameters
-
| data | An ISTL compliant vector type |
| name | associated with the data |
◆ write()
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: