4#include <util/param/ParamComposite.h>
170 std::string outputFileName_;
184 {
return interval_; }
191 {
return (counter%interval_ == 0); }
198 {
return outputFileName_; }
202 #ifndef RPC_ANALYZER_TPP
Abstract base for periodic output and/or analysis actions.
virtual void setup()
Complete any required initialization.
bool isAtInterval(long counter) const
Return true iff counter is a multiple of the interval.
virtual void sample(long iStep)=0
Calculate, analyze and/or output a physical quantity.
static void initStatic()
Define and initialize baseInterval.
virtual void output()
Output any results at the end of the simulation.
virtual void readParameters(std::istream &in)
Read parameters from archive.
static long baseInterval
The interval for an Analyzer must be a multiple of baseInterval.
void setFileMaster(FileMaster &fileMaster)
Set the FileMaster to use to open files.
void readInterval(std::istream &in)
Optionally read interval from file, with error checking.
const std::string & outputFileName() const
Return outputFileName string.
FileMaster & fileMaster()
Get the FileMaster by reference.
int interval() const
Get interval value.
virtual ~Analyzer()
Destructor.
void readOutputFileName(std::istream &in)
Read outputFileName from file.
Analyzer()
Default constructor.
A FileMaster manages input and output files for a simulation.
An object that can read multiple parameters from file.
ScalarParam< Type > & read(std::istream &in, const char *label, Type &value)
Add and read a new required ScalarParam < Type > object.
ScalarParam< Type > & readOptional(std::istream &in, const char *label, Type &value)
Add and read a new optional ScalarParam < Type > object.
PSCF package top-level namespace.
Utility classes for scientific computation.