![]() |
deltaFlow
|
Creates ISolver instances for a given SolverType. More...
#include <SolverFactory.H>
Static Public Member Functions | |
| static std::unique_ptr< ISolver > | create (SolverType type) |
| Construct a concrete solver for the given solver type. | |
Creates ISolver instances for a given SolverType.
Definition at line 40 of file SolverFactory.H.
|
static |
Construct a concrete solver for the given solver type.
| type | Requested solver type. |
Definition at line 27 of file SolverFactory.C.
References GaussSeidel, and NewtonRaphson.
