1#ifndef RPG_COMPRESSOR_FACTORY_TPP
2#define RPG_COMPRESSOR_FACTORY_TPP
4#include "CompressorFactory.h"
7#include "AmCompressor.h"
8#include "LrAmPreCompressor.h"
9#include "LrCompressor.h"
10#include "LrAmCompressor.h"
35 ptr = trySubfactories(className);
39 if (className ==
"Compressor" || className ==
"AmCompressor") {
41 }
else if (className ==
"LrAmPreCompressor") {
43 }
else if (className ==
"LrCompressor") {
45 }
else if (className ==
"LrAmCompressor") {
Rpg implementation of the Anderson Mixing compressor.
CompressorFactory(System< D > &system)
Constructor.
Compressor< D > * factory(const std::string &className) const
Method to create any Compressor supplied with PSCF.
Base class for iterators that impose incompressibility.
Anderson Mixing compressor with linear-response mixing step.
Anderson Mixing compressor with linear-response preconditioning.
Linear response compressor.
Main class for calculations that represent one system.
PSCF package top-level namespace.
Utility classes for scientific computation.