1#ifndef RPG_COMPRESSOR_FACTORY_H
2#define RPG_COMPRESSOR_FACTORY_H
11#include <util/param/Factory.h>
12#include <rpg/fts/compressor/Compressor.h>
13#include <rpg/system/System.h>
54 #ifndef RPG_COMPRESSOR_FACTORY_TPP
Factory for subclasses of 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.
Main class, representing one complete system.
Compressor< D > * trySubfactories(const std::string &className) const
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.