Home
last modified time | relevance | path

Searched defs:hist (Results 1 – 13 of 13) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Dhists.c58 PetscErrorCode PetscDrawHGCreate(PetscDraw draw, int bins, PetscDrawHG *hist) 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()
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()
[all …]
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c4 TSHistory hist; member
43 PetscErrorCode TSAdaptHistorySetTSHistory(TSAdapt adapt, TSHistory hist, PetscBool backward) in TSAdaptHistorySetTSHistory()
113 PetscErrorCode TSAdaptHistorySetHistory(TSAdapt adapt, PetscInt n, PetscReal hist[], PetscBool back… in TSAdaptHistorySetHistory()
/petsc/src/ts/interface/
H A Dtshistory.c5 PetscReal *hist; /* time history */ member
90 PetscErrorCode TSHistorySetHistory(TSHistory tsh, PetscInt n, PetscReal hist[], PetscInt hist_id[],… in TSHistorySetHistory()
111 PetscErrorCode TSHistoryGetHistory(TSHistory tsh, PetscInt *n, const PetscReal *hist[], const Petsc… in TSHistoryGetHistory()
/petsc/src/ksp/ksp/interface/ftn-custom/
H A Dzitfuncf90.c12 PetscReal const *hist; in kspgetresidualhistory_() local
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf90.c14 PetscReal *hist; in snesgetconvergencehistory_() local
/petsc/src/sys/classes/draw/tests/
H A Dex9.c9 PetscDrawHG hist; in main() local
/petsc/src/tao/leastsquares/tutorials/
H A Dchwirut1.c52 PetscReal hist[100], resid[100]; in main() local
H A Dtomography.c51 PetscReal hist[100], resid[100], v1, v2; in main() local
H A Dcs1.c132 PetscReal hist[100], resid[100]; in main() local
/petsc/src/tao/leastsquares/tests/
H A Dchwirut2.c55 PetscReal hist[100], resid[100]; in main() local
/petsc/src/ts/tutorials/
H A Dex41.c167 PetscBool rhs_form = PETSC_FALSE, hist = PETSC_TRUE; in main() local
H A Dex40.c167 PetscBool rhs_form = PETSC_FALSE, hist = PETSC_TRUE; in main() local
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c2616 PetscReal const *hist; in KSPComputeConvergenceRate() local