1#ifndef PSPC_ITERATOR_FACTORY_H
2#define PSPC_ITERATOR_FACTORY_H
11#include <util/param/Factory.h>
12#include <pspc/iterator/Iterator.h>
13#include <pspc/System.h>
54 #ifndef PSPC_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 for 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.