Solver class returned by the solver function used for systems in which it is useful to cache the solver for reuse. More...
#include <fvMatrix.H>
Public Member Functions | |
| fvSolver (fvMatrix< Type > &fvMat, autoPtr< lduMatrix::solver > &&sol) | |
| SolverPerformance< Type > | solve (const dictionary &solverControls) |
| Solve returning the solution statistics. | |
| SolverPerformance< Type > | solve () |
| Solve returning the solution statistics. | |
| Foam::solverPerformance | solve (const dictionary &solverControls) |
| solverPerformance | solve (const dictionary &) |
Solver class returned by the solver function used for systems in which it is useful to cache the solver for reuse.
E.g. if the solver is potentially expensive to construct (AMG) and can be used several times (PISO)
Definition at line 298 of file fvMatrix.H.
|
inline |
Definition at line 308 of file fvMatrix.H.
References fvMatrix< Type >::fvMatrix().

| 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 fvSolution
Definition at line 334 of file fvMatrixSolve.C.
References solve().
Referenced by solve().


| Foam::solverPerformance solve | ( | const dictionary & | solverControls | ) |
Definition at line 109 of file fvScalarMatrix.C.
References dictionary::getOrDefault(), Foam::Info, SolverPerformance< Type >::print(), and fvMatrix< Type >::psi().

| solverPerformance solve | ( | const dictionary & | ) |