12 #ifndef CD_FieldSolverFactory_H
13 #define CD_FieldSolverFactory_H
16 #include <RefCountedPtr.H>
20 #include <CD_NamespaceHeader.H>
45 RefCountedPtr<FieldSolver>
49 #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:29
FieldSolverFactory()
Constructor (does nothing)
Definition: CD_FieldSolverFactoryImplem.H:20
RefCountedPtr< FieldSolver > newSolver() const
Factory method.
Definition: CD_FieldSolverFactoryImplem.H:33
~FieldSolverFactory()
Constructor (does nothing)
Definition: CD_FieldSolverFactoryImplem.H:26