Lines Matching refs:monitor

40   PetscViewer             monitor;  in SNESLineSearchApply_NLEQERR()  local
53 PetscCall(SNESLineSearchGetDefaultMonitor(linesearch, &monitor)); in SNESLineSearchApply_NLEQERR()
73 if (monitor) { in SNESLineSearchApply_NLEQERR()
74 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
75 … PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: Initial direction and size is 0\n")); in SNESLineSearchApply_NLEQERR()
76 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
91 if (monitor) { in SNESLineSearchApply_NLEQERR()
92 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
93 …PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: norm of Newton step: %14.12e\n", (doub… in SNESLineSearchApply_NLEQERR()
94 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
106 if (monitor) { in SNESLineSearchApply_NLEQERR()
107 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
108 …PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: Lipschitz estimate: %14.12e; lambda: %… in SNESLineSearchApply_NLEQERR()
109 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
120 if (monitor) { in SNESLineSearchApply_NLEQERR()
121 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
122 …PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: entering iteration with lambda: %14.12… in SNESLineSearchApply_NLEQERR()
123 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
129 if (monitor) { in SNESLineSearchApply_NLEQERR()
130 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
131 PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: maximum iterations reached\n")); in SNESLineSearchApply_NLEQERR()
132 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
141 if (monitor) { in SNESLineSearchApply_NLEQERR()
142 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
143 …PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: lambda has reached minlambda, taking f… in SNESLineSearchApply_NLEQERR()
144 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
175 if (monitor) { in SNESLineSearchApply_NLEQERR()
176 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
177 …PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: norm of simplified Newton update: %14.… in SNESLineSearchApply_NLEQERR()
178 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
193 if (monitor) { in SNESLineSearchApply_NLEQERR()
194 PetscCall(PetscViewerASCIIAddTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()
195 …PetscCall(PetscViewerASCIIPrintf(monitor, " Line search: monotonicity check failed, ratio: %14.… in SNESLineSearchApply_NLEQERR()
196 PetscCall(PetscViewerASCIISubtractTab(monitor, ((PetscObject)linesearch)->tablevel)); in SNESLineSearchApply_NLEQERR()