Lines Matching refs:PetscDrawHG
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()
600 PetscErrorCode PetscDrawHGSetColor(PetscDrawHG hist, int color) in PetscDrawHGSetColor()
627 PetscErrorCode PetscDrawHGSetLimits(PetscDrawHG hist, PetscReal x_min, PetscReal x_max, int y_min, … in PetscDrawHGSetLimits()
652 PetscErrorCode PetscDrawHGCalcStats(PetscDrawHG hist, PetscBool calc) in PetscDrawHGCalcStats()
674 PetscErrorCode PetscDrawHGIntegerBins(PetscDrawHG hist, PetscBool ints) in PetscDrawHGIntegerBins()
701 PetscErrorCode PetscDrawHGGetAxis(PetscDrawHG hist, PetscDrawAxis *axis) in PetscDrawHGGetAxis()
725 PetscErrorCode PetscDrawHGGetDraw(PetscDrawHG hist, PetscDraw *draw) in PetscDrawHGGetDraw()