1#ifndef RPC_RAMP_FACTORY_TPP
2#define RPC_RAMP_FACTORY_TPP
4#include "RampFactory.h"
9#include <rpc/fts/simulator/Simulator.h>
21 : simulatorPtr_(&simulator)
33 ptr = trySubfactories(className);
37 if (className ==
"LinearRamp") {
Linear ramp - parameters vary linearly with step index.
Ramp< D > * factory(const std::string &className) const
Method to create any Ramp supplied with PSCF.
RampFactory(Simulator< D > &simulator)
Constructor.
Class that varies parameters during a simulation (abstract).
Field theoretic simulator (base class).
PSCF package top-level namespace.
Utility classes for scientific computation.