1#ifndef RPG_SWEEP_FACTORY_TPP
2#define RPG_SWEEP_FACTORY_TPP
11#include "SweepFactory.h"
13#include "LinearSweep.h"
38 if (className ==
"Sweep" || className ==
"LinearSweep") {
Base class for a sweep in parameter space where parameters change linearly with the sweep variable.
Sweep< D > * factory(std::string const &className) const
Method to create any Sweep subclass.
SweepFactory(System< D > &system)
Constructor.
Solve a sequence of problems along a line in parameter space.
Main class, representing one complete system.
Sweep< D > * trySubfactories(const std::string &className) const
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.