1#ifndef RPG_SWEEP_FACTORY_TPP
2#define RPG_SWEEP_FACTORY_TPP
11#include "SweepFactory.h"
13#include "LinearSweep.h"
34 ptr = trySubfactories(className);
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 for calculations that represent one system.
PSCF package top-level namespace.
Utility classes for scientific computation.