Dune Core Modules (2.9.0)

Dune::LeafGnuplotWriter< G > Class Template Reference

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. More...
 
void addVertexData (const DataContainer &data, const std::string &name)
 Add vertex data. More...
 
void write (const std::string &filename) const
 Write Gnuplot file to disk. More...
 

Detailed Description

template<class G>
class Dune::LeafGnuplotWriter< G >

GnuplotWriter on the leaf grid.

Member Function Documentation

◆ addCellData()

void Dune::GnuplotWriter< G::LeafGridView >::addCellData ( const DataContainer &  data,
const std::string &  name 
)
inlineinherited

Add cell data.

Parameters
dataAn ISTL compliant vector type
nameassociated with the data

◆ addVertexData()

void Dune::GnuplotWriter< G::LeafGridView >::addVertexData ( const DataContainer &  data,
const std::string &  name 
)
inlineinherited

Add vertex data.

Parameters
dataAn ISTL compliant vector type
nameassociated with the data

◆ write()

void Dune::GnuplotWriter< G::LeafGridView >::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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 19, 22:31, 2024)