1#ifndef RPC_COMPRESSOR_FACTORY_TPP
2#define RPC_COMPRESSOR_FACTORY_TPP
4#include "CompressorFactory.h"
7#include "AmCompressor.h"
8#include "LrCompressor.h"
9#include "LrAmCompressor.h"
34 ptr = trySubfactories(className);
38 if (className ==
"Compressor" || className ==
"LrAmCompressor") {
40 }
else if (className ==
"AmCompressor") {
42 }
else if (className ==
"LrCompressor") {
Anderson Mixing compressor.
Compressor< D > * factory(const std::string &className) const
Method to create any Compressor supplied with PSCF.
CompressorFactory(System< D > &system)
Constructor.
Base class for iterators that impose incompressibility.
Anderson Mixing compressor with linear-response mixing step.
Linear response compressor.
Main class for SCFT or PS-FTS simulation of one system.
PSCF package top-level namespace.
Utility classes for scientific computation.