Lines Matching refs:format

37   PetscCall(PetscViewerPushFormat(viewer, vf->format));  in SNESMonitorSolution()
73 PetscCall(PetscViewerPushFormat(vf->viewer, vf->format)); in SNESMonitorResidual()
110 PetscCall(PetscViewerPushFormat(viewer, vf->format)); in SNESMonitorSolutionUpdate()
143 PetscViewerFormat format = vf->format; in KSPMonitorSNESResidual() local
164 PetscCall(PetscViewerPushFormat(viewer, format)); in KSPMonitorSNESResidual()
198 PetscViewerFormat format = vf->format; in KSPMonitorSNESResidualDrawLG() local
219 PetscCall(PetscViewerPushFormat(viewer, format)); in KSPMonitorSNESResidualDrawLG()
254 PetscErrorCode KSPMonitorSNESResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, Pet… in KSPMonitorSNESResidualDrawLGCreate() argument
259 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorSNESResidualDrawLGCreate()
268 …if (vf->format == PETSC_VIEWER_DRAW_LG) PetscCall(PetscViewerMonitorLGSetUp(vf->viewer, NULL, NULL… in SNESMonitorDefaultSetUp()
301 PetscViewerFormat format = vf->format; in SNESMonitorDefault() local
308 PetscCall(PetscViewerPushFormat(viewer, format)); in SNESMonitorDefault()
311 if (format == PETSC_VIEWER_ASCII_INFO_DETAIL) { in SNESMonitorDefault()
334 if (format == PETSC_VIEWER_DRAW_LG) { in SNESMonitorDefault()
389 PetscCall(PetscViewerPushFormat(viewer, vf->format)); in SNESMonitorScaling()
534 PetscCall(PetscViewerPushFormat(viewer, vf->format)); in SNESMonitorRange()
574 PetscCall(PetscViewerPushFormat(viewer, vf->format)); in SNESMonitorRatio()
625 PetscCall(PetscViewerPushFormat(viewer, vf->format)); in SNESMonitorDefaultShort()
687 PetscCall(PetscViewerPushFormat(viewer, vf->format)); in SNESMonitorDefaultField()