1#ifndef R1D_ITERATOR_FACTORY_H
2#define R1D_ITERATOR_FACTORY_H
11#include <util/param/Factory.h>
12#include <r1d/iterator/Iterator.h>
13#include <r1d/System.h>
Factory for subclasses of Iterator.
IteratorFactory(System &system)
Constructor.
Iterator * factory(const std::string &className) const
Method to create any Iterator supplied with PSCF.
Base class for iterative solvers for SCF equations.
Main class in SCFT simulation of one system.
Iterator * trySubfactories(const std::string &className) const
PSCF package top-level namespace.
Utility classes for scientific computation.