1#ifndef PSPG_ITERATOR_FACTORY_H
2#define PSPG_ITERATOR_FACTORY_H
11#include <util/param/Factory.h>
12#include <pspg/iterator/Iterator.h>
13#include <pspg/System.h>
54 #ifndef PSPG_ITERATOR_FACTORY_TPP
Factory for subclasses of Iterator.
Iterator< D > * 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< D > * trySubfactories(const std::string &className) const
Search through subfactories for match.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.