dune-grid  2.2.0
Public Member Functions
Dune::LevelGnuplotWriter< G > Class Template Reference

GnuplotWriter on a given level grid. More...

#include <dune/grid/io/file/gnuplot.hh>

Inheritance diagram for Dune::LevelGnuplotWriter< G >:
Dune::GnuplotWriter< G::LevelGridView >

List of all members.

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.

Detailed Description

template<class G>
class Dune::LevelGnuplotWriter< G >

GnuplotWriter on a given level grid.


Constructor & Destructor Documentation

template<class G >
Dune::LevelGnuplotWriter< G >::LevelGnuplotWriter ( const G &  grid,
int  level 
) [inline]

Construct a Gnuplot writer for a certain level of a given grid.


Member Function Documentation

void Dune::GnuplotWriter< G::LevelGridView >::addCellData ( const DataContainer &  data,
const std::string &  name 
) [inline, inherited]

Add cell data.

Parameters:
dataAn ISTL compliant vector type
nameassociated with the data
void Dune::GnuplotWriter< G::LevelGridView >::addVertexData ( const DataContainer &  data,
const std::string &  name 
) [inline, inherited]

Add vertex data.

Parameters:
dataAn ISTL compliant vector type
nameassociated with the data
void Dune::GnuplotWriter< G::LevelGridView >::write ( const std::string &  filename) const [inherited]

Write Gnuplot file to disk.

Parameters:
filenameName of the file to write to

The documentation for this class was generated from the following file: