1#ifndef RPC_RAMP_FACTORY_H
2#define RPC_RAMP_FACTORY_H
11#include <rpc/fts/ramp/Ramp.h>
12#include <util/param/Factory.h>
18 template <
int D>
class Simulator;
28 class RampFactory :
public Factory< Ramp<D> >
46 Ramp<D>*
factory(
const std::string & className)
const;
53 Simulator<D>* simulatorPtr_;
57 #ifndef RPC_RAMP_FACTORY_TPP
59 extern template class RampFactory<1>;
60 extern template class RampFactory<2>;
61 extern template class RampFactory<3>;
Ramp< D > * factory(const std::string &className) const
Method to create any Ramp supplied with PSCF.
RampFactory(Simulator< D > &simulator)
Constructor.
Ramp< D > * trySubfactories(const std::string &className) const
PSCF package top-level namespace.
Utility classes for scientific computation.