Solver class returned by the solver function. More...
#include <src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H>
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 potentialy expensive to construct (AMG) and can be used several times (PISO)
Definition at line 203 of file fvMatrix.H.
Public Member Functions | |
fvSolver (fvMatrix< Type > &fvMat, autoPtr< lduMatrix::solver > sol) | |
lduMatrix::solverPerformance | solve (const dictionary &) |
Solve returning the solution statistics.
| |
lduMatrix::solverPerformance | solve () |
Solve returning the solution statistics.
| |
template<> | |
Foam::lduMatrix::solverPerformance | solve (const dictionary &solverControls) |
template<> | |
lduMatrix::solverPerformance | solve (const dictionary &) |
fvSolver | ( | fvMatrix< Type > & | fvMat, |
autoPtr< lduMatrix::solver > | sol | ||
) | [inline]
|
Definition at line 213 of file fvMatrix.H.
lduMatrix::solverPerformance solve | ( | const dictionary & | ) |
Solve returning the solution statistics.
Use the given solver controls
Foam::lduMatrix::solverPerformance solve | ( | ) |
Solve returning the solution statistics.
Solver controls read from fvSolution
Definition at line 176 of file fvMatrixSolve.C.
Foam::lduMatrix::solverPerformance solve | ( | const dictionary & | solverControls ) |
Definition at line 97 of file fvScalarMatrix.C.
References lduMatrix::solverPerformance::print().
lduMatrix::solverPerformance solve | ( | const dictionary & | ) |