Home
last modified time | relevance | path

Searched refs:PetscDrawLGAddPoint (Results 1 – 20 of 20) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Dxmon.c25 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in KSPMonitorLGRange()
37 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in KSPMonitorLGRange()
49 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in KSPMonitorLGRange()
61 if (n > 5) PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in KSPMonitorLGRange()
H A Diterativ.c228 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in KSPMonitorResidualDrawLG()
513 PetscCall(PetscDrawLGAddPoint(lg, x, y)); in KSPMonitorTrueResidualDrawLG()
767 PetscCall(PetscDrawLGAddPoint(lg, x, errors)); in KSPMonitorErrorDrawLG()
954 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in KSPMonitorSolutionDrawLG()
/petsc/src/ts/tutorials/phasefield/
H A Dpotentials.c39 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in main()
59 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in main()
H A Dheat.c329 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in MyMonitor()
353 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in MyMonitor()
372 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in MyMonitor()
H A Dbiharmonic.c539 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in MyMonitor()
622 PetscCall(PetscDrawLGAddPoint(lg, &xx_netforce, &yy_netforce)); in MyMonitor()
624 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in MyMonitor()
646 PetscCall(PetscDrawLGAddPoint(lg, xx, yy)); in MyMonitor()
/petsc/src/sys/classes/draw/tests/
H A Dex5f.F9052 PetscCallA(PetscDrawLGAddPoint(lg, xd, yd, ierr))
H A Dex3.c69 PetscCall(PetscDrawLGAddPoint(lg, &xd, &yd)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex68.c116 PetscCall(PetscDrawLGAddPoint(lg, &xc, &yc)); in main()
H A Dex69.c202 PetscCall(PetscDrawLGAddPoint(lg, &xc, &yc)); in main()
/petsc/src/sys/classes/draw/utils/
H A Dlg.c73 PetscErrorCode PetscDrawLGAddPoint(PetscDrawLG lg, const PetscReal *x, const PetscReal *y) in PetscDrawLGAddPoint() function
/petsc/src/snes/interface/
H A Dsnesut.c227 PetscCall(PetscDrawLGAddPoint(lg, x, y)); in KSPMonitorSNESResidualDrawLG()
343 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in SNESMonitorDefault()
H A Dsnes.c4094 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in SNESMonitorLGRange()
4107 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in SNESMonitorLGRange()
4122 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in SNESMonitorLGRange()
4135 PetscCall(PetscDrawLGAddPoint(lg, &x, &y)); in SNESMonitorLGRange()
/petsc/src/ts/interface/
H A Dtsmon.c454 PetscCall(PetscDrawLGAddPoint(ctx->lg, &x, &y)); in TSMonitorLGTimeStep()
1655 PetscCall(PetscDrawLGAddPoint(ctx->lg, &x, &y)); in TSMonitorLGSNESIterations()
1681 PetscCall(PetscDrawLGAddPoint(ctx->lg, &x, &y)); in TSMonitorLGKSPIterations()
/petsc/include/
H A Dpetscdraw.h278 PETSC_EXTERN PetscErrorCode PetscDrawLGAddPoint(PetscDrawLG, const PetscReal *, const PetscReal *);
/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c451 PetscCall(PetscDrawLGAddPoint(lg, x, y)); in KSPLSQRMonitorResidualDrawLG_LSQR()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1267 PetscCall(PetscDrawLGAddPoint(lg, x, e)); in DMAdaptorMonitorErrorDrawLG()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c278 PetscCall(PetscDrawLGAddPoint(user->drawlgE, &t, &lgEmax)); in MonitorEField()
H A Dex2.c562 PetscCall(PetscDrawLGAddPoint(ctx->drawlgE, &t, &lgEmax)); in MonitorEField()
H A Dex4.c798 PetscCall(PetscDrawLGAddPoint(ctx->drawlgE, &t, &lgEmax)); in MonitorEField()
/petsc/doc/manual/
H A Dother.md778 PetscDrawLGAddPoint(PetscDrawLG ctx, PetscReal *x, PetscReal *y);