Home
last modified time | relevance | path

Searched refs:PetscDrawGetCoordinates (Results 1 – 12 of 12) sorted by relevance

/petsc/src/sys/classes/draw/interface/
H A Ddcoor.c54 PetscErrorCode PetscDrawGetCoordinates(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr,… in PetscDrawGetCoordinates() function
/petsc/src/sys/classes/draw/utils/
H A Dzoom.c42 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in PetscDrawZoom()
H A Daxisc.c380 PetscCall(PetscDrawGetCoordinates(draw, &coors[0], &coors[1], &coors[2], &coors[3])); in PetscDrawAxisDraw()
/petsc/include/
H A Dpetscdraw.h179 PETSC_EXTERN PetscErrorCode PetscDrawGetCoordinates(PetscDraw, PetscReal *, PetscReal *, PetscReal …
/petsc/src/ts/interface/
H A Dtsmon.c608 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in TSMonitorDrawSolution()
672 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in TSMonitorDrawSolutionPhase()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1439 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in TSAdjointMonitorDrawSensi()
/petsc/src/dm/impls/da/
H A Dgr2.c82 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in VecView_MPI_Draw_DA2d_Zoom()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.c395 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in MatView_SeqSBAIJ_Draw_Zoom()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c1317 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in MatView_SeqSELL_Draw_Zoom()
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c1913 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in MatView_SeqBAIJ_Draw_Zoom()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c1567 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in MatView_SeqDense_Draw_Zoom()
/petsc/src/mat/impls/aij/seq/
H A Daij.c981 PetscCall(PetscDrawGetCoordinates(draw, &xl, &yl, &xr, &yr)); in MatView_SeqAIJ_Draw_Zoom()