1#ifndef RPG_LINEAR_SWEEP_H
2#define RPG_LINEAR_SWEEP_H
12#include "SweepParameter.h"
19 template <
int D>
class System;
85 #ifndef RPG_LINEAR_SWEEP_TPP
FieldState for fields in symmetry-adapted basis format.
Base class for a sweep in parameter space where parameters change linearly with the sweep variable.
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 the state before an iteration.
void readParameters(std::istream &in)
Read parameters from param file.
LinearSweep(System< D > &system)
Constructor.
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 for calculations that represent one system.
Solve a sequence of problems along a path through parameter space.
GArray< ParameterType > parameterTypes_
Dynamically allocatable contiguous array template.
File containing preprocessor macros for error handling.
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Periodic fields and crystallography.
PSCF package top-level namespace.
Utility classes for scientific computation.