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
|
||||
topLevelDict.add("preconditioner", "Cholesky");
|
||||
|
||||
coarseSolverPerf =
|
||||
BlockCGSolver<Type>
|
||||
coarseSolverPerf = BlockCGSolver<Type>
|
||||
(
|
||||
"topLevelCorr",
|
||||
matrixPtr_,
|
||||
|
|
Reference in a new issue