1#ifndef R1D_LINEAR_SWEEP_H
2#define R1D_LINEAR_SWEEP_H
12#include "SweepParameter.h"
13#include <util/containers/DArray.h>
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.
Sweep(System &system)
Constructor.
const System & system() const
Get parent System by reference.
Main class in SCFT simulation of one system.
SweepTmpl(int historyCapacity)
GArray< ParameterType > parameterTypes_
Dynamically allocatable contiguous array template.
File containing preprocessor macros for error handling.
SCFT with real 1D fields.
PSCF package top-level namespace.