Home
last modified time | relevance | path

Searched refs:lgctx (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/
H A Ddmdats.c348 if (rayctx->lgctx) PetscCall(TSMonitorLGCtxDestroy(&rayctx->lgctx)); in TSMonitorDMDARayDestroy()
372 TSMonitorLGCtx lgctx = rayctx->lgctx; in TSMonitorLGDMDARay() local
383 PetscCall(PetscDrawLGGetAxis(lgctx->lg, &axis)); in TSMonitorLGDMDARay()
386 PetscCall(PetscDrawLGSetDimension(lgctx->lg, dim)); in TSMonitorLGDMDARay()
387 PetscCall(PetscDrawLGReset(lgctx->lg)); in TSMonitorLGDMDARay()
397 PetscCall(PetscDrawLGAddCommonPoint(lgctx->lg, ptime, areal)); in TSMonitorLGDMDARay()
401 PetscCall(PetscDrawLGAddCommonPoint(lgctx->lg, ptime, a)); in TSMonitorLGDMDARay()
404 …if (((lgctx->howoften > 0) && (!(step % lgctx->howoften))) || ((lgctx->howoften == -1) && ts->reas… in TSMonitorLGDMDARay()
405 PetscCall(PetscDrawLGDraw(lgctx->lg)); in TSMonitorLGDMDARay()
406 PetscCall(PetscDrawLGSave(lgctx->lg)); in TSMonitorLGDMDARay()
/petsc/include/
H A Dpetscts.h997 TSMonitorLGCtx lgctx; member
/petsc/src/ts/interface/
H A Dts.c367 rayctx->lgctx = NULL; in TSSetFromOptions()
388 …eate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 600, 400, howoften, &rayctx->lgctx)); in TSSetFromOptions()