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;
19 template <
int D>
class Simulator;
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 for calculations that represent one system.
Analyzer< D > * trySubfactories(const std::string &className) const
PSCF package top-level namespace.
Utility classes for scientific computation.