1#ifndef RPC_SWEEP_FACTORY_TPP
2#define RPC_SWEEP_FACTORY_TPP
11#include "SweepFactory.h"
14#include "LinearSweep.h"
36 ptr = trySubfactories(className);
40 if (className ==
"Sweep" || className ==
"LinearSweep") {
Sweep in which parameters vary linearly with sweep variable s.
SweepFactory(System< D > &system)
Constructor.
Sweep< D > * factory(std::string const &className) const
Method to create any Sweep subclass.
Solve a sequence of SCFT problems along a line in parameter space.
Main class for SCFT or PS-FTS simulation of one system.
PSCF package top-level namespace.
Utility classes for scientific computation.