1#ifndef RPG_ANALYZER_FACTORY_H
2#define RPG_ANALYZER_FACTORY_H
11#include <util/param/Factory.h>
12#include <rpg/fts/analyzer/Analyzer.h>
18 template <
int D>
class System;
62 #ifndef RPG_MC_MOVE_FACTORY_TPP
Factory for subclasses of Analyzer.
Analyzer< D > * factory(const std::string &className) const
Method to create any Analyzer supplied with PSCF.
AnalyzerFactory(Simulator< D > &simulator, System< D > &system)
Constructor.
Abstract base for periodic output and/or analysis actions.
Field theoretic simulator (base class).
Main class, representing one complete system.
Analyzer< D > * trySubfactories(const std::string &className) const
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.