1#ifndef RPG_ITERATOR_FACTORY_H
2#define RPG_ITERATOR_FACTORY_H
11#include <util/param/Factory.h>
12#include <rpg/scft/iterator/Iterator.h>
13#include <rpg/system/System.h>
56 #ifndef RPG_ITERATOR_FACTORY_TPP
Factory for subclasses of Iterator.
Iterator< D > * factory(const std::string &className) const
Method to create any Iterator supplied with PSCF.
IteratorFactory(System< D > &system)
Constructor.
Base class for iterative solvers for SCF equations.
Main class, representing one complete system.
Iterator< D > * trySubfactories(const std::string &className) const
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Periodic fields and crystallography.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.