1#ifndef RPG_ITERATOR_FACTORY_TPP
2#define RPG_ITERATOR_FACTORY_TPP
4#include "IteratorFactory.h"
7#include "AmIteratorBasis.h"
8#include "AmIteratorGrid.h"
36 if (className ==
"Iterator" || className ==
"AmIteratorBasis") {
39 if (className ==
"AmIteratorGrid") {
Rpg implementation of the Anderson Mixing iterator.
Rpg implementation of the Anderson Mixing 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
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.