1#ifndef PSPC_SWEEP_FACTORY_TPP
2#define PSPC_SWEEP_FACTORY_TPP
11#include "SweepFactory.h"
14#include "LinearSweep.h"
36 ptr = trySubfactories(className);
40 if (className ==
"Sweep" || className ==
"LinearSweep") {
A sweep in parameter space where one or more 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 SCFT simulation of one system.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.