PSCF v1.4.0
Pscf::Rpc::StepLogger< D > Class Template Reference

Periodically write the step index to a log file. More...

#include <StepLogger.h>

Inheritance diagram for Pscf::Rpc::StepLogger< D >:
Pscf::Rp::StepLogger< D, Types< D > >

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.

Detailed Description

template<int D>
class Pscf::Rpc::StepLogger< D >

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.

See also
Rp::StepLogger
Manual Page

Definition at line 37 of file /fts/analyzer/StepLogger.h.

Constructor & Destructor Documentation

◆ StepLogger()

template<int D>
Pscf::Rpc::StepLogger< D >::StepLogger ( Simulator< D > & simulator,
System< D > & system )

Constructor.

Parameters
simulatorparent Simulator object
systemparent System object

Definition at line 16 of file StepLogger.cpp.

References StepLogger().

Referenced by StepLogger().


The documentation for this class was generated from the following files: