Preconditioned pipelined conjugate residuals solver for symmetric lduMatrices using a run-time selectable preconditioner. More...
Additional Inherited Members | |
![]() | |
static autoPtr< solver > | New (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls) |
![]() | |
solverPerformance | scalarSolveCG (solveScalarField &psi, const solveScalarField &source, const direction cmpt, const bool cgMode) const |
![]() | |
virtual void | readControls () |
![]() | |
word | fieldName_ |
const lduMatrix & | matrix_ |
const FieldField< Field, scalar > & | interfaceBouCoeffs_ |
const FieldField< Field, scalar > & | interfaceIntCoeffs_ |
lduInterfaceFieldPtrsList | interfaces_ |
dictionary | controlDict_ |
int | log_ |
label | minIter_ |
label | maxIter_ |
scalar | tolerance_ |
scalar | relTol_ |
profilingTrigger | profiling_ |
![]() | |
static const label | defaultMaxIter_ = 1000 |
Preconditioned pipelined conjugate residuals solver for symmetric lduMatrices using a run-time selectable preconditioner.
P. Ghysels, W. Vanroose. "Hiding global synchronization latency in the preconditioned Conjugate Gradient algorithm"
and implementation details from
Paul Eller, William Gropp "Scalable Non-blocking Preconditioned Conjugate Gradient Methods"
PPCR | ( | const word & | fieldName, |
const lduMatrix & | matrix, | ||
const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces, | ||
const dictionary & | solverControls | ||
) |
|
virtualdefault |
TypeName | ( | "PPCR" | ) |
|
virtual |
Reimplemented from PPCG.
Definition at line 62 of file PPCR.C.
References refPtr< Field< Type > >::ref().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.