Searched refs:PetscViewerMonitorLGSetUp (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/draw/ftn-custom/ |
| H A D | zdrawvf.c | 29 *ierr = PetscViewerMonitorLGSetUp(*v, t1, t2, t3, l, names, *x, *y, *m, *n); in petscviewermonitorlgsetup_()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 261 …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 D | snesut.c | 261 …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 D | petscviewer.h | 467 PETSC_EXTERN PetscErrorCode PetscViewerMonitorLGSetUp(PetscViewer, const char[], const char[], cons…
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 683 PetscErrorCode PetscViewerMonitorLGSetUp(PetscViewer viewer, const char host[], const char title[],… in PetscViewerMonitorLGSetUp() function
|
| /petsc/src/ksp/ksp/impls/lsqr/ |
| H A D | lsqr.c | 513 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Residual Norm", 2, names, PETSC_DECID… in KSPLSQRMonitorResidualDrawLGCreate()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1215 …PetscCall(PetscViewerMonitorLGSetUp(viewer, NULL, NULL, "Log Error Norm", Nf, (const char **)names… in DMAdaptorMonitorErrorDrawLGCreate()
|