13#ifndef CD_FIELDSOLVERFACTORY_H
14#define CD_FIELDSOLVERFACTORY_H
17#include <RefCountedPtr.H>
21#include <CD_NamespaceHeader.H>
48 RefCountedPtr<FieldSolver>
52#include <CD_NamespaceFooter.H>
Implementation of CD_FieldSolverFactory.H.
Contains declaration of a base electrostatics solver class.
Factory class for poisson solvers. Used to instantiate any FieldSolver-derived classes with automatic...
Definition CD_FieldSolverFactory.H:31
FieldSolverFactory()
Constructor (does nothing)
Definition CD_FieldSolverFactoryImplem.H:21
RefCountedPtr< FieldSolver > newSolver() const
Factory method.
Definition CD_FieldSolverFactoryImplem.H:34
~FieldSolverFactory()
Constructor (does nothing)
Definition CD_FieldSolverFactoryImplem.H:27