deltaFlow
SolverFactory.H File Reference

Factory for constructing ISolver instances from SolverType, so callers (e.g. More...

#include <memory>
#include "ISolver.H"
Include dependency graph for SolverFactory.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SolverFactory
 Creates ISolver instances for a given SolverType. More...
 

Detailed Description

Factory for constructing ISolver instances from SolverType, so callers (e.g.

PowerFlowApplication) don't need to switch on the enum themselves.

Definition in file SolverFactory.H.