1#ifndef FD1D_LINEAR_SWEEP_H
2#define FD1D_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 setParameters(double s)
Set the state before an iteration.
void outputSummary(std::ostream &out)
Output data to a running summary.
void readParameters(std::istream &in)
Read parameters from param file.
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.
double s(int i) const
Get the value of s for a stored solution, with i = 0 most recent.
Dynamically allocatable contiguous array template.
File containing preprocessor macros for error handling.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.