Home
last modified time | relevance | path

Searched refs:PetscDrawLGAddCommonPoint (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ts/utils/
H A Ddmnetworkts.c159 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg[i], ptime, xv + offset)); in TSMonitorLGCtxNetworkSolution()
170 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg[i], ptime, xv + offset)); in TSMonitorLGCtxNetworkSolution()
H A Ddmdats.c397 PetscCall(PetscDrawLGAddCommonPoint(lgctx->lg, ptime, areal)); in TSMonitorLGDMDARay()
401 PetscCall(PetscDrawLGAddCommonPoint(lgctx->lg, ptime, a)); in TSMonitorLGDMDARay()
/petsc/src/sys/classes/draw/utils/
H A Dlg.c23 PetscErrorCode PetscDrawLGAddCommonPoint(PetscDrawLG lg, const PetscReal x, const PetscReal *y) in PetscDrawLGAddCommonPoint() function
/petsc/src/ts/interface/
H A Dtsmon.c1080 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, ctx->displayvalues)); in TSMonitorLGSolution()
1088 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, yreal)); in TSMonitorLGSolution()
1091 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, yy)); in TSMonitorLGSolution()
1369 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, yreal)); in TSMonitorLGError()
1373 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, yy)); in TSMonitorLGError()
/petsc/include/
H A Dpetscdraw.h279 PETSC_EXTERN PetscErrorCode PetscDrawLGAddCommonPoint(PetscDrawLG, const PetscReal, const PetscReal…
/petsc/src/dm/dt/interface/
H A Ddtprob.c718 PetscCall(PetscDrawLGAddCommonPoint(lg, x, vals)); in PetscProbComputeKSStatistic_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c349 PetscCall(PetscDrawLGAddCommonPoint(lg, PetscRealPart(xa[0]), vals)); in DMPlexVecView1D()
355 …PetscCall(PetscDrawLGAddCommonPoint(lg, 0.5 * (PetscRealPart(xa[0]) + PetscRealPart(xb[0])), vals)… in DMPlexVecView1D()
360 PetscCall(PetscDrawLGAddCommonPoint(lg, PetscRealPart(xb[0]), vals)); in DMPlexVecView1D()
376 …PetscCall(PetscDrawLGAddCommonPoint(lg, 0.5 * (PetscRealPart(xa[0]) + PetscRealPart(xb[0])), vals)… in DMPlexVecView1D()
389 PetscCall(PetscDrawLGAddCommonPoint(lg, PetscRealPart(x[0]), vals)); in DMPlexVecView1D()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c1043 PetscCall(PetscDrawLGAddCommonPoint(ctx->drawlgMomRes, t, logres)); in ComputeMomentFields()