Formatting
This commit is contained in:
parent
3f8721dfec
commit
685151b9be
1 changed files with 2 additions and 3 deletions
|
@ -244,8 +244,7 @@ void Foam::coarseBlockAMGLevel<Type>::solve
|
||||||
// Note: top-level preconditioner is incorrect: FIX. HJ, 3/Oct/2017
|
// Note: top-level preconditioner is incorrect: FIX. HJ, 3/Oct/2017
|
||||||
topLevelDict.add("preconditioner", "Cholesky");
|
topLevelDict.add("preconditioner", "Cholesky");
|
||||||
|
|
||||||
coarseSolverPerf =
|
coarseSolverPerf = BlockCGSolver<Type>
|
||||||
BlockCGSolver<Type>
|
|
||||||
(
|
(
|
||||||
"topLevelCorr",
|
"topLevelCorr",
|
||||||
matrixPtr_,
|
matrixPtr_,
|
||||||
|
|
Reference in a new issue