Home
last modified time | relevance | path

Searched refs:PetscDrawHGCreate (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex9.c43 PetscCall(PetscDrawHGCreate(draw, bins, &hist)); in main()
/petsc/include/
H A Dpetscdraw.h316 PETSC_EXTERN PetscErrorCode PetscDrawHGCreate(PetscDraw, int, PetscDrawHG *);
/petsc/src/sys/classes/draw/utils/
H A Dhists.c58 PetscErrorCode PetscDrawHGCreate(PetscDraw draw, int bins, PetscDrawHG *hist) in PetscDrawHGCreate() function
/petsc/src/ts/tests/
H A Dex28.c504 PetscCall(PetscDrawHGCreate(user.draw, 20, &user.drawhg)); in main()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c277 PetscCall(PetscDrawHGCreate(drawic_x, (int)dim, &ctx->drawhgic_x)); in SetupContext()
288 PetscCall(PetscDrawHGCreate(drawic_v, (int)dim, &ctx->drawhgic_v)); in SetupContext()
315 PetscCall(PetscDrawHGCreate(drawcell_v, (int)dim, &ctx->drawhgcell_v)); in SetupContext()
H A Dex4.c362 PetscCall(PetscDrawHGCreate(drawic_x, (int)dim, &ctx->drawhgic_x)); in SetupContext()
373 PetscCall(PetscDrawHGCreate(drawic_v, (int)dim, &ctx->drawhgic_v)); in SetupContext()
400 PetscCall(PetscDrawHGCreate(drawcell_v, (int)dim, &ctx->drawhgcell_v)); in SetupContext()
/petsc/src/ts/interface/
H A Dtsmon.c531 PetscCall(PetscDrawHGCreate(draw, Nbi, &(*ctx)->hg[s])); in TSMonitorHGCtxCreate()