Programmierpraktikum NPDGL I
Öffentliche Methoden

DataOutputInterface Klassenreferenz

Interface for data output. Mehr ...

#include <interfaces.hh>

Klassendiagramm für DataOutputInterface:
Inheritance graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

template<class DofVectorType >
void write (const DofVectorType &data, unsigned int timeStep=0, double time=0.0) const
 executes the Dof vector data output

Ausführliche Beschreibung

Interface for data output.

This interface should be used for implementations that store Dof vector data into


Dokumentation der Elementfunktionen

template<class DofVectorType >
void DataOutputInterface::write ( const DofVectorType &  data,
unsigned int  timeStep = 0,
double  time = 0.0 
) const [inline]

executes the Dof vector data output

Template Parameters:
DofVectorTypeThe data type. This class needs to be derived from a DofVectorInterface.
Parameter:
datadata object that shall be visualized or written to a persistent object.
timeStepan optional time step number if discrete function is time-dependent.
timean optional time instant if discrete function is time-dependent.

Erneute Implementation in DataOutput::GnuplotOneD und DataOutput::Empty.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: