Searched refs:PetscDrawHG (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/ |
| H A D | petscdraw.h | 316 PETSC_EXTERN PetscErrorCode PetscDrawHGCreate(PetscDraw, int, PetscDrawHG *); 317 PETSC_EXTERN PetscErrorCode PetscDrawHGDestroy(PetscDrawHG *); 318 PETSC_EXTERN PetscErrorCode PetscDrawHGAddValue(PetscDrawHG, PetscReal); 319 PETSC_EXTERN PetscErrorCode PetscDrawHGAddWeightedValue(PetscDrawHG, PetscReal, PetscReal); 320 PETSC_EXTERN PetscErrorCode PetscDrawHGDraw(PetscDrawHG); 321 PETSC_EXTERN PetscErrorCode PetscDrawHGSave(PetscDrawHG); 322 PETSC_EXTERN PetscErrorCode PetscDrawHGView(PetscDrawHG, PetscViewer); 323 PETSC_EXTERN PetscErrorCode PetscDrawHGReset(PetscDrawHG); 324 PETSC_EXTERN PetscErrorCode PetscDrawHGGetAxis(PetscDrawHG, PetscDrawAxis *); 325 PETSC_EXTERN PetscErrorCode PetscDrawHGGetDraw(PetscDrawHG, PetscDraw *); [all …]
|
| H A D | petscdrawtypes.h | 66 typedef struct _p_PetscDrawHG *PetscDrawHG; typedef
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | hists.c | 58 PetscErrorCode PetscDrawHGCreate(PetscDraw draw, int bins, PetscDrawHG *hist) in PetscDrawHGCreate() 60 PetscDrawHG h; in PetscDrawHGCreate() 103 PetscErrorCode PetscDrawHGSetNumberBins(PetscDrawHG hist, int bins) in PetscDrawHGSetNumberBins() 130 PetscErrorCode PetscDrawHGReset(PetscDrawHG hist) in PetscDrawHGReset() 155 PetscErrorCode PetscDrawHGDestroy(PetscDrawHG *hist) in PetscDrawHGDestroy() 189 PetscErrorCode PetscDrawHGAddValue(PetscDrawHG hist, PetscReal value) in PetscDrawHGAddValue() 257 PetscErrorCode PetscDrawHGAddWeightedValue(PetscDrawHG hist, PetscReal value, PetscReal weight) in PetscDrawHGAddWeightedValue() 304 PetscErrorCode PetscDrawHGDraw(PetscDrawHG hist) in PetscDrawHGDraw() 471 PetscErrorCode PetscDrawHGSave(PetscDrawHG hg) in PetscDrawHGSave() 492 PetscErrorCode PetscDrawHGView(PetscDrawHG hist, PetscViewer viewer) in PetscDrawHGView() [all …]
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex9.c | 9 PetscDrawHG hist; in main()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 555 PetscDrawHG *hg;
|
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 20 PetscDrawHG drawhg; /* The histogram draw context for monitoring */
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 143 PetscDrawHG drawhgic_x; // Histogram of the particle weight in each X cell 144 PetscDrawHG drawhgic_v; // Histogram of the particle weight in each X cell 145 PetscDrawHG drawhgcell_v; // Histogram of the particle weight in a given cell
|
| H A D | ex4.c | 191 PetscDrawHG drawhgic_x; // Histogram of the particle weight in each X cell 192 PetscDrawHG drawhgic_v; // Histogram of the particle weight in each X cell 193 PetscDrawHG drawhgcell_v; // Histogram of the particle weight in a given cell
|