1#ifndef RPG_SWEEP_FACTORY_H
2#define RPG_SWEEP_FACTORY_H
11#include <util/param/Factory.h>
29 class SweepFactory :
public Factory< Sweep<D> >
47 Sweep<D>*
factory(std::string
const & className)
const;
53 System<D>* systemPtr_;
57 #ifndef RPG_SWEEP_FACTORY_TPP
59 extern template class SweepFactory<1>;
60 extern template class SweepFactory<2>;
61 extern template class SweepFactory<3>;
Sweep< D > * factory(std::string const &className) const
Method to create any Sweep subclass.
SweepFactory(System< D > &system)
Constructor.
Sweep< D > * trySubfactories(const std::string &className) const
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Periodic fields and crystallography.
PSCF package top-level namespace.
Utility classes for scientific computation.