8#include "RampFactory.h"
11#include "LinearRamp.h"
25 : simulatorPtr_(&simulator)
41 if (className ==
"LinearRamp") {
Ramp that varies parameters linearly with index.
Factory for subclasses of Ramp.
Ramp< D > * factory(const std::string &className) const
Method to create any Ramp supplied with PSCF.
RampFactory(Simulator< D > &simulator)
Constructor.
Ramp that varies parameters linearly with index.
Field theoretic simulator (base class).
Ramp< D > * trySubfactories(const std::string &className) const
Real periodic fields, SCFT and PS-FTS (CPU).
PSCF package top-level namespace.