1#ifndef PSPG_SWEEP_FACTORY_TPP
2#define PSPG_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 in SCFT simulation of one system.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.