1#ifndef R1D_LINEAR_SWEEP_H
2#define R1D_LINEAR_SWEEP_H
12#include "SweepParameter.h"
13#include <util/containers/DArray.h>
Base class for a sweep in parameter space where parameters change linearly with the sweep variable.
void readParameters(std::istream &in)
Read parameters from param file.
void outputSummary(std::ostream &out)
Output data to a running summary.
void setParameters(double s)
Set the state before an iteration.
LinearSweep(System &system)
Constructor.
void setup()
Setup operation at the beginning of a sweep.
Solve a sequence of problems along a line in parameter space.
const System & system() const
Get parent System by reference.
Main class in SCFT simulation of one system.
Solve a sequence of problems along a path through parameter space.
GArray< ParameterType > parameterTypes_
Dynamically allocatable contiguous array template.
File containing preprocessor macros for error handling.
PSCF package top-level namespace.
Utility classes for scientific computation.