Home
last modified time | relevance | path

Searched refs:PetscDrawAxisGetLimits (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/interface/ !
H A Dtseig.c165 PetscCall(PetscDrawAxisGetLimits(axis, &xmin, &xmax, &ymin, &ymax)); in TSMonitorSPEig()
H A Dtsmon.c657 PetscCall(PetscDrawAxisGetLimits(axis, &xl, &xr, &yl, &yr)); in TSMonitorDrawSolutionPhase()
/petsc/include/ !
H A Dpetscdraw.h269 PETSC_EXTERN PetscErrorCode PetscDrawAxisGetLimits(PetscDrawAxis, PetscReal *, PetscReal *, PetscRe…
/petsc/src/sys/classes/draw/utils/ !
H A Daxisc.c192 PetscErrorCode PetscDrawAxisGetLimits(PetscDrawAxis axis, PetscReal *xmin, PetscReal *xmax, PetscRe… in PetscDrawAxisGetLimits() function
H A Dlgc.c513 PetscCall(PetscDrawAxisGetLimits(lg->axis, &xl, &xr, &yl, &yr)); in PetscDrawLGDraw()
/petsc/src/vec/vec/impls/seq/ !
H A Dbvec2.c373 PetscCall(PetscDrawAxisGetLimits(axis, &xmin, &xmax, NULL, NULL)); in VecView_Seq_Draw_LG()