Solver class returned by the solver function. More...
Public Member Functions | |
faSolver (faMatrix< Type > &faMat, autoPtr< lduMatrix::solver > &&sol) | |
SolverPerformance< Type > | solve (const dictionary &) |
Solve returning the solution statistics. More... | |
SolverPerformance< Type > | solve () |
Solve returning the solution statistics. More... | |
Solver class returned by the solver function.
Definition at line 159 of file faMatrix.H.
|
inline |
Definition at line 169 of file faMatrix.H.
SolverPerformance<Type> solve | ( | const dictionary & | ) |
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 166 of file faMatrixSolve.C.