Addition data to be written in a snapshot. More...
#include <hdf5_diagnostics.hpp>
Public Member Functions | |
virtual vector< double > | operator() (const hdsim &sim) const =0 |
Calculates additional data. More... | |
virtual string | getName (void) const =0 |
Returns the name of the new field. More... | |
virtual | ~DiagnosticAppendix (void) |
Class destructor. | |
Addition data to be written in a snapshot.
Definition at line 64 of file hdf5_diagnostics.hpp.
|
pure virtual |
Returns the name of the new field.
|
pure virtual |
Calculates additional data.
sim | Hydrodynamic simulation |