Updated format of preconditioner in dictionary. Henrik Rusche

This commit is contained in:
Hrvoje Jasak 2010-10-16 08:30:50 +01:00
parent 73dad38071
commit eff4c6099e
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ Foam::coupledBicgSolver::coupledBicgSolver
bouCoeffs, bouCoeffs,
intCoeffs, intCoeffs,
interfaces, interfaces,
dict().subDict("preconditioner") dict()
) )
) )
{} {}

View file

@ -76,7 +76,7 @@ Foam::coupledBicgStabSolver::coupledBicgStabSolver
bouCoeffs, bouCoeffs,
intCoeffs, intCoeffs,
interfaces, interfaces,
dict().subDict("preconditioner") dict()
) )
) )
{} {}

View file

@ -74,7 +74,7 @@ Foam::coupledCgSolver::coupledCgSolver
bouCoeffs, bouCoeffs,
intCoeffs, intCoeffs,
interfaces, interfaces,
dict().subDict("preconditioner") dict()
) )
) )
{} {}