Searched refs:PetscDrawHGSetNumberBins (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/classes/draw/utils/ |
| H A D | hists.c | 103 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 D | petscdraw.h | 327 PETSC_EXTERN PetscErrorCode PetscDrawHGSetNumberBins(PetscDrawHG, int);
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 280 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 D | ex4.c | 365 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()
|