Programmierpraktikum NPDGL I
|
Dummy data output class doing nothing. Mehr ...
#include <dataoutput.hh>
Ö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. |
Dummy data output class doing nothing.
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
DofVectorType | The data type. This class needs to be derived from a DofVectorInterface. |
data | data object that shall be visualized or written to a persistent object. |
timeStep | an optional time step number if discrete function is time-dependent. |
time | an optional time instant if discrete function is time-dependent. |
Erneute Implementation von DataOutputInterface.