Searched refs:PetscDrawLGAddCommonPoint (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 159 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg[i], ptime, xv + offset)); in TSMonitorLGCtxNetworkSolution() 170 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg[i], ptime, xv + offset)); in TSMonitorLGCtxNetworkSolution()
|
| H A D | dmdats.c | 397 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 D | lg.c | 23 PetscErrorCode PetscDrawLGAddCommonPoint(PetscDrawLG lg, const PetscReal x, const PetscReal *y) in PetscDrawLGAddCommonPoint() function
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 1080 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 D | petscdraw.h | 279 PETSC_EXTERN PetscErrorCode PetscDrawLGAddCommonPoint(PetscDrawLG, const PetscReal, const PetscReal…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 718 PetscCall(PetscDrawLGAddCommonPoint(lg, x, vals)); in PetscProbComputeKSStatistic_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 349 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 D | ex4.c | 1043 PetscCall(PetscDrawLGAddCommonPoint(ctx->drawlgMomRes, t, logres)); in ComputeMomentFields()
|