1#ifndef RPG_ITERATOR_FACTORY_TPP
2#define RPG_ITERATOR_FACTORY_TPP
4#include "IteratorFactory.h"
7#include "AmIteratorBasis.h"
8#include "AmIteratorGrid.h"
32 ptr = trySubfactories(className);
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 for calculations that represent one system.
PSCF package top-level namespace.
Utility classes for scientific computation.