Solvers: Corrected typo

This commit is contained in:
Henry Weller 2016-09-05 11:58:41 +01:00
parent bebab24133
commit cec98b2985
5 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ Class
Description
Preconditioned bi-conjugate gradient solver for asymmetric lduMatrices
using a run-time selectable preconditiioner.
using a run-time selectable preconditioner.
SourceFiles
PBiCCCG.C

View file

@ -26,7 +26,7 @@ Class
Description
Preconditioned bi-conjugate gradient solver for asymmetric lduMatrices
using a run-time selectable preconditiioner.
using a run-time selectable preconditioner.
SourceFiles
PBiCICG.C

View file

@ -26,7 +26,7 @@ Class
Description
Preconditioned conjugate gradient solver for symmetric lduMatrices
using a run-time selectable preconditiioner.
using a run-time selectable preconditioner.
SourceFiles
PCICG.C

View file

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -26,7 +26,7 @@ Class
Description
Preconditioned bi-conjugate gradient solver for asymmetric lduMatrices
using a run-time selectable preconditiioner.
using a run-time selectable preconditioner.
SourceFiles
PBiCG.C

View file

@ -26,7 +26,7 @@ Class
Description
Preconditioned bi-conjugate gradient stabilized solver for asymmetric
lduMatrices using a run-time selectable preconditiioner.
lduMatrices using a run-time selectable preconditioner.
References:
\verbatim