Solver class returned by the solver function used for systems in which it is useful to cache the solver for reuse. More...
#include <faMatrix.H>
Public Member Functions | |
| faSolver (faMatrix< Type > &faMat, autoPtr< lduMatrix::solver > &&sol) | |
| SolverPerformance< Type > | solve (const dictionary &solverControls) |
| Solve returning the solution statistics. | |
| SolverPerformance< Type > | solve () |
| Solve returning the solution statistics. | |
Solver class returned by the solver function used for systems in which it is useful to cache the solver for reuse.
Definition at line 254 of file faMatrix.H.
|
inline |
Definition at line 264 of file faMatrix.H.
References faMatrix< Type >::faMatrix().

| SolverPerformance< Type > solve | ( | const dictionary & | solverControls | ) |
Solve returning the solution statistics.
Solver controls read from dictionary
| Foam::SolverPerformance< Type > solve | ( | ) |
Solve returning the solution statistics.
Solver controls read from faSolution
Definition at line 165 of file faMatrixSolve.C.
References solve().
Referenced by solve().

