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