Updated format of preconditioner in dictionary. Henrik Rusche
This commit is contained in:
parent
73dad38071
commit
eff4c6099e
3 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ Foam::coupledBicgSolver::coupledBicgSolver
|
|||
bouCoeffs,
|
||||
intCoeffs,
|
||||
interfaces,
|
||||
dict().subDict("preconditioner")
|
||||
dict()
|
||||
)
|
||||
)
|
||||
{}
|
||||
|
|
|
@ -76,7 +76,7 @@ Foam::coupledBicgStabSolver::coupledBicgStabSolver
|
|||
bouCoeffs,
|
||||
intCoeffs,
|
||||
interfaces,
|
||||
dict().subDict("preconditioner")
|
||||
dict()
|
||||
)
|
||||
)
|
||||
{}
|
||||
|
|
|
@ -74,7 +74,7 @@ Foam::coupledCgSolver::coupledCgSolver
|
|||
bouCoeffs,
|
||||
intCoeffs,
|
||||
interfaces,
|
||||
dict().subDict("preconditioner")
|
||||
dict()
|
||||
)
|
||||
)
|
||||
{}
|
||||
|
|
Reference in a new issue