1#ifndef RPC_LINEAR_SWEEP_H
2#define RPC_LINEAR_SWEEP_H
12#include "SweepParameter.h"
19 template <
int D>
class System;
93 #ifndef RPC_LINEAR_SWEEP_TPP
FieldState for fields in symmetry-adapted basis format.
Sweep in which parameters vary linearly with sweep variable s.
void readParameters(std::istream &in)
Read parameters from param file.
void setup()
Setup operation at the beginning of a sweep.
void outputSummary(std::ostream &out)
Output data to a running summary.
void setParameters(double s)
Set state parameters before solving an SCFT problem.
LinearSweep(System< D > &system)
Constructor.
Solve a sequence of SCFT problems along a line in parameter space.
System< D > & system()
Return the parent system by reference.
bool hasSystem()
Does an association with the parent System exist?
Main class for SCFT or PS-FTS simulation of one system.
Solve a sequence of problems along a path through parameter space.
GArray< ParameterType > parameterTypes_
Dynamically allocatable contiguous array template.
DArrayParam< Type > & readDArray(std::istream &in, const char *label, DArray< Type > &array, int n)
Add and read a required DArray < Type > parameter.
ScalarParam< Type > & read(std::istream &in, const char *label, Type &value)
Add and read a new required ScalarParam < Type > object.
File containing preprocessor macros for error handling.
PSCF package top-level namespace.
Utility classes for scientific computation.