Home
last modified time | relevance | path

Searched refs:PetscDrawHGSetNumberBins (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Dhists.c103 PetscErrorCode PetscDrawHGSetNumberBins(PetscDrawHG hist, int bins) in PetscDrawHGSetNumberBins() function
392 PetscCall(PetscDrawHGSetNumberBins(hist, numBins)); in PetscDrawHGDraw()
451 PetscCall(PetscDrawHGSetNumberBins(hist, numBinsOld)); in PetscDrawHGDraw()
536 PetscCall(PetscDrawHGSetNumberBins(hist, inumBins)); in PetscDrawHGView()
566 PetscCall(PetscDrawHGSetNumberBins(hist, inumBins)); in PetscDrawHGView()
/petsc/include/
H A Dpetscdraw.h327 PETSC_EXTERN PetscErrorCode PetscDrawHGSetNumberBins(PetscDrawHG, int);
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c280 PetscCall(PetscDrawHGSetNumberBins(ctx->drawhgic_x, (int)(cEnd - cStart))); in SetupContext()
291 PetscCall(PetscDrawHGSetNumberBins(ctx->drawhgic_v, 21)); in SetupContext()
318 PetscCall(PetscDrawHGSetNumberBins(ctx->drawhgcell_v, 21)); in SetupContext()
H A Dex4.c365 PetscCall(PetscDrawHGSetNumberBins(ctx->drawhgic_x, (int)(cEnd - cStart))); in SetupContext()
376 PetscCall(PetscDrawHGSetNumberBins(ctx->drawhgic_v, 21)); in SetupContext()
403 PetscCall(PetscDrawHGSetNumberBins(ctx->drawhgcell_v, 21)); in SetupContext()