Searched refs:PetscDrawHGCreate (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex9.c | 43 PetscCall(PetscDrawHGCreate(draw, bins, &hist)); in main()
|
| /petsc/include/ |
| H A D | petscdraw.h | 316 PETSC_EXTERN PetscErrorCode PetscDrawHGCreate(PetscDraw, int, PetscDrawHG *);
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | hists.c | 58 PetscErrorCode PetscDrawHGCreate(PetscDraw draw, int bins, PetscDrawHG *hist) in PetscDrawHGCreate() function
|
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 504 PetscCall(PetscDrawHGCreate(user.draw, 20, &user.drawhg)); in main()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 277 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 D | ex4.c | 362 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 D | tsmon.c | 531 PetscCall(PetscDrawHGCreate(draw, Nbi, &(*ctx)->hg[s])); in TSMonitorHGCtxCreate()
|