Lines Matching refs:lg
22 for (i = 0; i < (*ctx)->nlg; i++) PetscCall(PetscDrawLGDestroy(&(*ctx)->lg[i])); in TSMonitorLGCtxNetworkDestroy()
23 PetscCall(PetscFree((*ctx)->lg)); in TSMonitorLGCtxNetworkDestroy()
55 PetscCall(PetscMalloc1(i, &(*ctx)->lg)); in TSMonitorLGCtxNetworkCreate()
65 PetscCall(PetscDrawLGCreate(draw, nvar, &(*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
66 PetscCall(PetscDrawLGSetFromOptions((*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
77 PetscCall(PetscDrawLGCreate(draw, nvar, &(*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
78 PetscCall(PetscDrawLGSetFromOptions((*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
129 PetscCall(PetscDrawLGGetAxis(ctx->lg[i], &axis)); in TSMonitorLGCtxNetworkSolution()
131 PetscCall(PetscDrawLGReset(ctx->lg[i])); in TSMonitorLGCtxNetworkSolution()
159 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg[i], ptime, xv + offset)); in TSMonitorLGCtxNetworkSolution()
170 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg[i], ptime, xv + offset)); in TSMonitorLGCtxNetworkSolution()
183 PetscCall(PetscDrawLGDraw(ctx->lg[i])); in TSMonitorLGCtxNetworkSolution()
184 PetscCall(PetscDrawLGSave(ctx->lg[i])); in TSMonitorLGCtxNetworkSolution()