Stride Reference Manual
1.0
|
#include <Hdf5Saver.h>
Public Member Functions | |
Hdf5Saver (string filename, const ptree &pt_config, int frequency, RunMode run_mode=RunMode::Initial, int start_timestep=0) | |
virtual void | update (const Simulator &sim) |
Update function which is called by the subject. More... | |
void | forceSave (const Simulator &sim, int timestep=-1) |
Forces a save to the hdf5 file, with an optional timestep argument which specifies a new timestep save index. More... | |
Definition at line 34 of file Hdf5Saver.h.
|
inline |
Definition at line 83 of file Hdf5Saver.h.
|
inlinevirtual |
Update function which is called by the subject.
Implements stride::util::Observer< Simulator >.
Definition at line 87 of file Hdf5Saver.h.
Referenced by stride::run::Runner::initOutputs().
|
inline |
Forces a save to the hdf5 file, with an optional timestep argument which specifies a new timestep save index.
Definition at line 90 of file Hdf5Saver.h.