repo.or.cz
/
OpenFOAM-1.7.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git]
/
applications
/
solvers
/
incompressible
/
simpleFoam
/
convergenceCheck.H
blob
8958063193af348a058fd8f3baecb2547c00da3c
1
// check convergence
2
3
if (maxResidual < convergenceCriterion)
4
{
5
Info<< "reached convergence criterion: " << convergenceCriterion << endl;
6
runTime.writeAndEnd();
7
Info<< "latestTime = " << runTime.timeName() << endl;
8
}
9