From 9b056466e1a0f19853486e89a9c1c98262e132c2 Mon Sep 17 00:00:00 2001 From: Anil Yildirim Date: Fri, 11 Feb 2022 12:13:00 +0300 Subject: [PATCH] minor change to option docs --- doc/options.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/options.yaml b/doc/options.yaml index cfa22f7d5..de23e488a 100644 --- a/doc/options.yaml +++ b/doc/options.yaml @@ -59,9 +59,9 @@ writeTecplotSurfaceSolution: writeSolutionEachIter: desc: > - Flag to write solution files after every major solver iteration. - The solution files written depend on `writeTecplotSurfaceSolution`, `writeVolumeSolution`, and `writeSurfaceSolution`. - This useful when debugging or developing the solver. + Flag to write solution files after every nonlinear solver iteration. + The solution files written depend on `writeTecplotSurfaceSolution`, `writeVolumeSolution`, and `writeSurfaceSolution`. + This useful when debugging or developing the solver. nSaveVolume: desc: >