Home
last modified time | relevance | path

Searched refs:PetscViewerMonitorLGSetUp (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/
H A Dzdrawvf.c29 *ierr = PetscViewerMonitorLGSetUp(*v, t1, t2, t3, l, names, *x, *y, *m, *n); in petscviewermonitorlgsetup_()
/petsc/src/ksp/ksp/interface/
H A Diterativ.c261 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Residual Norm", 1, NULL, PETSC_DECIDE… in KSPMonitorResidualDrawLGCreate()
547 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Residual Norm", 2, names, PETSC_DECID… in KSPMonitorTrueResidualDrawLGCreate()
819 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Error Norm", Nf + 1, (const char **)n… in KSPMonitorErrorDrawLGCreate()
990 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Solution Norm", 1, NULL, PETSC_DECIDE… in KSPMonitorSolutionDrawLGCreate()
/petsc/src/snes/interface/
H A Dsnesut.c261 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Residual Norm", 2, names, PETSC_DECID… in KSPMonitorSNESResidualDrawLGCreate()
268 …if (vf->format == PETSC_VIEWER_DRAW_LG) PetscCall(PetscViewerMonitorLGSetUp(vf->viewer, NULL, NULL… in SNESMonitorDefaultSetUp()
/petsc/include/
H A Dpetscviewer.h467 PETSC_EXTERN PetscErrorCode PetscViewerMonitorLGSetUp(PetscViewer, const char[], const char[], cons…
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c683 PetscErrorCode PetscViewerMonitorLGSetUp(PetscViewer viewer, const char host[], const char title[],… in PetscViewerMonitorLGSetUp() function
/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c513 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Residual Norm", 2, names, PETSC_DECID… in KSPLSQRMonitorResidualDrawLGCreate()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1215 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Error Norm", Nf, (const char **)names… in DMAdaptorMonitorErrorDrawLGCreate()