Lines Matching refs:hg
527 PetscCall(PetscMalloc1(Ns, &(*ctx)->hg)); in TSMonitorHGCtxCreate()
531 PetscCall(PetscDrawHGCreate(draw, Nbi, &(*ctx)->hg[s])); in TSMonitorHGCtxCreate()
532 PetscCall(PetscDrawHGCalcStats((*ctx)->hg[s], PETSC_TRUE)); in TSMonitorHGCtxCreate()
547 for (s = 0; s < (*ctx)->Ns; ++s) PetscCall(PetscDrawHGDestroy(&(*ctx)->hg[s])); in TSMonitorHGCtxDestroy()
548 PetscCall(PetscFree((*ctx)->hg)); in TSMonitorHGCtxDestroy()
1523 PetscCall(PetscDrawHGGetAxis(ctx->hg[s], &axis)); in TSMonitorHGSwarmSolution()
1532 PetscCall(PetscDrawHGReset(ctx->hg[s])); in TSMonitorHGSwarmSolution()
1533 PetscCall(PetscDrawHGGetDraw(ctx->hg[s], &draw)); in TSMonitorHGSwarmSolution()
1544 PetscCall(PetscDrawHGAddValue(ctx->hg[s], v)); in TSMonitorHGSwarmSolution()
1548 PetscCall(PetscDrawHGDraw(ctx->hg[s])); in TSMonitorHGSwarmSolution()
1549 PetscCall(PetscDrawHGSave(ctx->hg[s])); in TSMonitorHGSwarmSolution()