Home
last modified time | relevance | path

Searched refs:PetscDrawHG (Results 1 – 8 of 8) sorted by relevance

/petsc/include/
H A Dpetscdraw.h316 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 Dpetscdrawtypes.h66 typedef struct _p_PetscDrawHG *PetscDrawHG; typedef
/petsc/src/sys/classes/draw/utils/
H A Dhists.c58 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 Dex9.c9 PetscDrawHG hist; in main()
/petsc/include/petsc/private/
H A Dtsimpl.h555 PetscDrawHG *hg;
/petsc/src/ts/tests/
H A Dex28.c20 PetscDrawHG drawhg; /* The histogram draw context for monitoring */
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c143 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 Dex4.c191 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