1#ifndef RP_LINEAR_SWEEP_H
2#define RP_LINEAR_SWEEP_H
12#include "SweepParameter.h"
13#include <util/containers/DArray.h>
28 template <
int D,
class T>
75 using SweepT =
typename T::Sweep;
81 using SweepParameterT =
typename T::SweepParameter;
82 using BasisFieldStateT =
typename T::BasisFieldState;
LinearSweep(typename T::System &system)
Constructor.
void readParameters(std::istream &in)
Read parameters from param file.
void setParameters(double s)
Set state parameters before solving an SCFT problem.
void setup()
Setup operation at the beginning of a sweep.
void outputSummary(std::ostream &out)
Output data to a running summary.
File containing preprocessor macros for error handling.
Class templates for real-valued periodic fields.
PSCF package top-level namespace.