1#ifndef FD1D_ITERATOR_FACTORY_H
2#define FD1D_ITERATOR_FACTORY_H
11#include <util/param/Factory.h>
12#include <fd1d/iterator/Iterator.h>
13#include <fd1d/System.h>
Factory for subclasses of Iterator.
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
Search through subfactories for match.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.