Lines Matching refs:lg
411 PetscCall(PetscDrawLGCreate(draw, 1, &(*ctx)->lg)); in TSMonitorLGCtxCreate()
412 PetscCall(PetscDrawLGSetFromOptions((*ctx)->lg)); in TSMonitorLGCtxCreate()
448 PetscCall(PetscDrawLGGetAxis(ctx->lg, &axis)); in TSMonitorLGTimeStep()
450 PetscCall(PetscDrawLGReset(ctx->lg)); in TSMonitorLGTimeStep()
454 PetscCall(PetscDrawLGAddPoint(ctx->lg, &x, &y)); in TSMonitorLGTimeStep()
456 PetscCall(PetscDrawLGDraw(ctx->lg)); in TSMonitorLGTimeStep()
457 PetscCall(PetscDrawLGSave(ctx->lg)); in TSMonitorLGTimeStep()
481 PetscCall(PetscDrawLGDestroy(&(*ctx)->lg)); in TSMonitorLGCtxDestroy()
1032 PetscCall(PetscDrawLGGetAxis(ctx->lg, &axis)); in TSMonitorLGSolution()
1061 PetscCall(PetscDrawLGSetDimension(ctx->lg, ctx->ndisplayvariables)); in TSMonitorLGSolution()
1062 PetscCall(PetscDrawLGSetLegend(ctx->lg, (const char *const *)ctx->displaynames)); in TSMonitorLGSolution()
1065 PetscCall(PetscDrawLGSetDimension(ctx->lg, dim)); in TSMonitorLGSolution()
1066 PetscCall(PetscDrawLGSetLegend(ctx->lg, (const char *const *)ctx->names)); in TSMonitorLGSolution()
1069 PetscCall(PetscDrawLGSetDimension(ctx->lg, dim)); in TSMonitorLGSolution()
1071 PetscCall(PetscDrawLGReset(ctx->lg)); in TSMonitorLGSolution()
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()
1098 PetscCall(PetscDrawLGDraw(ctx->lg)); in TSMonitorLGSolution()
1099 PetscCall(PetscDrawLGSave(ctx->lg)); in TSMonitorLGSolution()
1352 PetscCall(PetscDrawLGGetAxis(ctx->lg, &axis)); in TSMonitorLGError()
1355 PetscCall(PetscDrawLGSetDimension(ctx->lg, dim)); in TSMonitorLGError()
1356 PetscCall(PetscDrawLGReset(ctx->lg)); in TSMonitorLGError()
1369 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, yreal)); in TSMonitorLGError()
1373 PetscCall(PetscDrawLGAddCommonPoint(ctx->lg, ptime, yy)); in TSMonitorLGError()
1378 PetscCall(PetscDrawLGDraw(ctx->lg)); in TSMonitorLGError()
1379 PetscCall(PetscDrawLGSave(ctx->lg)); in TSMonitorLGError()
1648 PetscCall(PetscDrawLGGetAxis(ctx->lg, &axis)); in TSMonitorLGSNESIterations()
1650 PetscCall(PetscDrawLGReset(ctx->lg)); in TSMonitorLGSNESIterations()
1655 PetscCall(PetscDrawLGAddPoint(ctx->lg, &x, &y)); in TSMonitorLGSNESIterations()
1657 PetscCall(PetscDrawLGDraw(ctx->lg)); in TSMonitorLGSNESIterations()
1658 PetscCall(PetscDrawLGSave(ctx->lg)); in TSMonitorLGSNESIterations()
1674 PetscCall(PetscDrawLGGetAxis(ctx->lg, &axis)); in TSMonitorLGKSPIterations()
1676 PetscCall(PetscDrawLGReset(ctx->lg)); in TSMonitorLGKSPIterations()
1681 PetscCall(PetscDrawLGAddPoint(ctx->lg, &x, &y)); in TSMonitorLGKSPIterations()
1683 PetscCall(PetscDrawLGDraw(ctx->lg)); in TSMonitorLGKSPIterations()
1684 PetscCall(PetscDrawLGSave(ctx->lg)); in TSMonitorLGKSPIterations()