Writes the time to a file after each time advance cycle. More...
#include <main_loop_1d.hpp>
Public Member Functions | |
WriteTime (string const &fname) | |
Class constructor. More... | |
void | operator() (hdsim1D const &sim) |
Performs diagnostics. More... | |
Writes the time to a file after each time advance cycle.
Definition at line 67 of file main_loop_1d.hpp.
|
explicit |
Class constructor.
fname | Output file name |
Definition at line 24 of file main_loop_1d.cpp.
|
virtual |
Performs diagnostics.
sim | Hydrodynamic simulation |
Implements simulation1d::DiagnosticsFunction.
Definition at line 27 of file main_loop_1d.cpp.