11#include <pscf/sweep/SweepTmpl.h>
12#include <rpc/scft/sweep/BasisFieldState.h>
13#include "SweepParameter.h"
27 class Sweep :
public SweepTmpl< BasisFieldState<D> >
116 virtual int solve(
bool isContinuation);
124 virtual void reset();
144 {
return (systemPtr_ != 0); }
150 {
return *systemPtr_; }
187 std::ofstream logFile_;
193 void outputSolution();
196 void outputSummary(std::ostream&);
FieldState for fields in symmetry-adapted basis format.
virtual int solve(bool isContinuation)
Call current iterator to solve SCFT problem.
virtual void extrapolate(double sNew)
Create a guess for adjustable variables by continuation.
void setSystem(System< D > &system)
Set association with parent System.
Sweep()
Default Constructor.
virtual void getSolution()
Update state(0) and output data after successful convergence.
virtual void checkAllocation(BasisFieldState< D > &state)
Check allocation of fields in one state, allocate if necessary.
System< D > & system()
Return the parent system by reference.
virtual void reset()
Reset system to previous solution after iterature failure.
bool writeCRGrid_
Should concentration fields be written to file in r-grid format?
virtual void cleanup()
Cleanup operation at the beginning of a sweep.
bool writeCBasis_
Should concentration fields be written to file in basis format?
virtual void readParameters(std::istream &in)
Read parameters from param file.
virtual void setParameters(double sNew)=0
Set system parameters to new values.
bool writeWRGrid_
Should converged w fields be written to file in r-grid format?
bool hasSystem()
Does an association with the parent System exist?
virtual void setup()
Setup operation at the beginning of a sweep.
Main class for SCFT or PS-FTS simulation of one system.
Solve a sequence of problems along a path through parameter space.
void addParameterTypes(GArray< ParameterType > paramTypes)
BasisFieldState< D > & state(int i)
std::string baseFileName_
SweepTmpl(int historyCapacity)
void setCoefficients(double sNew)
void addParameterType(std::string name, int nId, ParameterModifier &modifier)
int historyCapacity() const
A fixed capacity (static) contiguous array with a variable logical size.
ScalarParam< Type > & readOptional(std::istream &in, const char *label, Type &value)
Add and read a new optional ScalarParam < Type > object.
File containing preprocessor macros for error handling.
PSCF package top-level namespace.
Utility classes for scientific computation.