Searched refs:PetscDrawHGDestroy (Results 1 – 7 of 7) sorted by relevance
57 PetscCall(PetscDrawHGDestroy(&hist)); in main()
67 …SID, "DrawHG", "Histogram", "Draw", PetscObjectComm((PetscObject)draw), PetscDrawHGDestroy, NULL)); in PetscDrawHGCreate()155 PetscErrorCode PetscDrawHGDestroy(PetscDrawHG *hist) in PetscDrawHGDestroy() function
317 PETSC_EXTERN PetscErrorCode PetscDrawHGDestroy(PetscDrawHG *);
529 PetscCall(PetscDrawHGDestroy(&user.drawhg)); in main()
398 PetscCall(PetscDrawHGDestroy(&ctx->drawhgic_x)); in DestroyContext()399 PetscCall(PetscDrawHGDestroy(&ctx->drawhgic_v)); in DestroyContext()400 PetscCall(PetscDrawHGDestroy(&ctx->drawhgcell_v)); in DestroyContext()
553 PetscCall(PetscDrawHGDestroy(&ctx->drawhgic_x)); in DestroyContext()554 PetscCall(PetscDrawHGDestroy(&ctx->drawhgic_v)); in DestroyContext()555 PetscCall(PetscDrawHGDestroy(&ctx->drawhgcell_v)); in DestroyContext()
547 for (s = 0; s < (*ctx)->Ns; ++s) PetscCall(PetscDrawHGDestroy(&(*ctx)->hg[s])); in TSMonitorHGCtxDestroy()