|
PSCF v1.4.0
|
Periodically write the step index to a log file. More...
#include <StepLogger.h>
Public Member Functions | |
| StepLogger (Simulator< D > &simulator, System< D > &system) | |
| Constructor. | |
| Public Member Functions inherited from Pscf::Rp::StepLogger< D, Types< D > > | |
| void | readParameters (std::istream &in) override |
| Read interval. | |
| void | sample (long iStep) override |
| Write the step index to a log file. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Pscf::Rp::StepLogger< D, Types< D > > | |
| StepLogger (typename Types< D >::Simulator &simulator, typename Types< D >::System &system) | |
| Constructor. | |
| ~StepLogger ()=default | |
| Destructor. | |
Periodically write the step index to a log file.
Specializations of this template are derived from specializations of the base class template Rp::StepLogger, and inherit their entire public interface and almost all of their source code from this base class.
Definition at line 37 of file /fts/analyzer/StepLogger.h.
| Pscf::Rpg::StepLogger< D >::StepLogger | ( | Simulator< D > & | simulator, |
| System< D > & | system ) |
Constructor.
Definition at line 16 of file StepLogger.cu.
References StepLogger().
Referenced by StepLogger().