8#include "SweepFactory.h"
10#include "LinearSweep.h"
38 if (className ==
"Sweep" || className ==
"LinearSweep") {
51 template class SweepFactory<1>;
52 template class SweepFactory<2>;
53 template class SweepFactory<3>;
Sweep in which parameters vary linearly with sweep variable s.
Sweep< D > * factory(std::string const &className) const
Method to create any Sweep subclass.
SweepFactory(System< D > &system)
Constructor.
Solve a sequence of SCFT problems along a line in parameter space.
Main class, representing a complete physical system.
Sweep< D > * trySubfactories(const std::string &className) const
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.