8#include "RampFactory.h"
9#include <rpg/fts/simulator/Simulator.h>
12#include "LinearRamp.h"
24 : simulatorPtr_(&simulator)
40 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
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.