Programmierpraktikum NPDGL I
Öffentliche Methoden

DataOutput::Empty Klassenreferenz

Dummy data output class doing nothing. Mehr ...

#include <dataoutput.hh>

Klassendiagramm für DataOutput::Empty:
Inheritance graph
[Legende]
Zusammengehörigkeiten von DataOutput::Empty:
Collaboration graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

template<class DofVectorType >
void write (const DofVectorType &data, unsigned int timeStep=0, double time=0.0) const
 This actual implementation does not write anything.

Ausführliche Beschreibung

Dummy data output class doing nothing.


Dokumentation der Elementfunktionen

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

This actual implementation does not write anything.

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 von DataOutputInterface.


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