Home
last modified time | relevance | path

Searched refs:PetscDrawAxisDestroy (Results 1 – 9 of 9) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Daxisc.c35 … "DrawAxis", "Draw Axis", "Draw", PetscObjectComm((PetscObject)draw), PetscDrawAxisDestroy, NULL)); in PetscDrawAxisCreate()
64 PetscErrorCode PetscDrawAxisDestroy(PetscDrawAxis *axis) in PetscDrawAxisDestroy() function
H A Dbars.c114 PetscCall(PetscDrawAxisDestroy(&(*bar)->axis)); in PetscDrawBarDestroy()
H A Ddscatter.c168 PetscCall(PetscDrawAxisDestroy(&(*sp)->axis)); in PetscDrawSPDestroy()
H A Dlgc.c425 PetscCall(PetscDrawAxisDestroy(&(*lg)->axis)); in PetscDrawLGDestroy()
H A Dhists.c167 PetscCall(PetscDrawAxisDestroy(&(*hist)->axis)); in PetscDrawHGDestroy()
/petsc/src/ksp/ksp/interface/
H A Deige.c306 PetscCall(PetscDrawAxisDestroy(&drawaxis)); in KSPPlotEigenContours_Private()
/petsc/include/
H A Dpetscdraw.h266 PETSC_EXTERN PetscErrorCode PetscDrawAxisDestroy(PetscDrawAxis *);
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c12 PetscCall(PetscDrawAxisDestroy(&vdraw->drawaxis[i])); in PetscViewerDestroy_Draw()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c357 PetscCall(PetscDrawAxisDestroy(&axis)); in VecView_MPI_Draw()