|
PSCF v1.4.0
|
Periodically write the step index to a log file. More...
#include <StepLogger.h>
Public Member Functions | |
| void | readParameters (std::istream &in) override |
| Read interval. | |
| void | sample (long iStep) override |
| Write the step index to a log file. | |
Protected Member Functions | |
| StepLogger (typename T::Simulator &simulator, typename T::System &system) | |
| Constructor. | |
| ~StepLogger ()=default | |
| Destructor. | |
Periodically write the step index to a log file.
Specializations of this template are used as base classes for two closely analogous class templates, also named StepLogger, that are defined in the Rpc and Rpg namespaces for use in the pscf_rpc and pscf_rpg programs, respectively.
Template parameters:
Definition at line 33 of file fts/analyzer/StepLogger.h.
|
protected |
Constructor.
Definition at line 23 of file StepLogger.tpp.
References Util::ParamComposite::setClassName().
|
protecteddefault |
Destructor.
|
override |
|
override |
Write the step index to a log file.
| iStep | step index |
Definition at line 39 of file StepLogger.tpp.
References Util::Log::file().