1#ifndef PSPG_LINEAR_SWEEP_H
2#define PSPG_LINEAR_SWEEP_H
12#include "SweepParameter.h"
19 template <
int D>
class System;
82 #ifndef PSPG_LINEAR_SWEEP_TPP
Base class for a sweep in parameter space where parameters change linearly with the sweep variable.
void outputSummary(std::ostream &out)
Output data to a running summary.
void readParameters(std::istream &in)
Read parameters from param file.
void setParameters(double s)
Set the state before an iteration.
void setup()
Setup operation at the beginning of a sweep.
Solve a sequence of problems along a line in parameter space.
bool hasSystem()
Has an association with the parent System been set?
System< D > & system()
Return the 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.