Searched refs:PetscDrawAxisGetLimits (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/interface/ ! |
| H A D | tseig.c | 165 PetscCall(PetscDrawAxisGetLimits(axis, &xmin, &xmax, &ymin, &ymax)); in TSMonitorSPEig()
|
| H A D | tsmon.c | 657 PetscCall(PetscDrawAxisGetLimits(axis, &xl, &xr, &yl, &yr)); in TSMonitorDrawSolutionPhase()
|
| /petsc/include/ ! |
| H A D | petscdraw.h | 269 PETSC_EXTERN PetscErrorCode PetscDrawAxisGetLimits(PetscDrawAxis, PetscReal *, PetscReal *, PetscRe…
|
| /petsc/src/sys/classes/draw/utils/ ! |
| H A D | axisc.c | 192 PetscErrorCode PetscDrawAxisGetLimits(PetscDrawAxis axis, PetscReal *xmin, PetscReal *xmax, PetscRe… in PetscDrawAxisGetLimits() function
|
| H A D | lgc.c | 513 PetscCall(PetscDrawAxisGetLimits(lg->axis, &xl, &xr, &yl, &yr)); in PetscDrawLGDraw()
|
| /petsc/src/vec/vec/impls/seq/ ! |
| H A D | bvec2.c | 373 PetscCall(PetscDrawAxisGetLimits(axis, &xmin, &xmax, NULL, NULL)); in VecView_Seq_Draw_LG()
|