| /petsc/src/dm/impls/network/ |
| H A D | networkmonitor.c | 152 …cReal)PETSC_DECIDE && xmax != (PetscReal)PETSC_DECIDE) PetscCall(PetscDrawAxisSetLimits(axis, xmin… in DMNetworkMonitorAdd() 153 else PetscCall(PetscDrawAxisSetLimits(axis, 0, nodes - 1, ymin, ymax)); in DMNetworkMonitorAdd()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | lgc.c | 95 PetscCall(PetscDrawAxisSetLimits(lg->axis, xmin, xmax, ymin, ymax)); in PetscDrawLGSPDraw() 493 PetscCall(PetscDrawAxisSetLimits(lg->axis, xmin, xmax, ymin, ymax)); in PetscDrawLGDraw()
|
| H A D | bars.c | 191 PetscCall(PetscDrawAxisSetLimits(bar->axis, xmin, xmax, ymin, ymax)); in PetscDrawBarDraw()
|
| H A D | hists.c | 356 PetscCall(PetscDrawAxisSetLimits(hist->axis, xmin, xmax, ymin, ymax)); in PetscDrawHGDraw() 419 PetscCall(PetscDrawAxisSetLimits(hist->axis, xmin, xmax, ymin, ymax)); in PetscDrawHGDraw()
|
| H A D | dscatter.c | 376 PetscCall(PetscDrawAxisSetLimits(sp->axis, glower[0], gupper[0], glower[1], gupper[1])); in PetscDrawSPDraw()
|
| H A D | axisc.c | 163 PetscErrorCode PetscDrawAxisSetLimits(PetscDrawAxis axis, PetscReal xmin, PetscReal xmax, PetscReal… in PetscDrawAxisSetLimits() function
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | eige.c | 303 PetscCall(PetscDrawAxisSetLimits(drawaxis, xmin, xmax, ymin, ymax)); in KSPPlotEigenContours_Private()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr1.c | 243 PetscCall(PetscDrawAxisSetLimits(axis, xmin, xmax, min, max)); in VecView_MPI_Draw_DA1d()
|
| /petsc/include/ |
| H A D | petscdraw.h | 268 PETSC_EXTERN PetscErrorCode PetscDrawAxisSetLimits(PetscDrawAxis, PetscReal, PetscReal, PetscReal, …
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 1434 PetscCall(PetscDrawAxisSetLimits(axis, dmboxlower[0], dmboxupper[0], -10, 10)); in TSMonitorSPSwarmSolution() 1437 …PetscCall(PetscDrawAxisSetLimits(axis, dmboxlower[0], dmboxupper[0], dmboxlower[1], dmboxupper[1])… in TSMonitorSPSwarmSolution()
|
| H A D | ts.c | 312 PetscCall(PetscDrawAxisSetLimits(axis, bounds[0], bounds[2], bounds[1], bounds[3])); in TSSetFromOptions()
|
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 369 PetscCall(PetscDrawAxisSetLimits(axis, -3, 3, 0, 100)); in HGMonitor()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 282 PetscCall(PetscDrawAxisSetLimits(axis1, dmboxlower[0], dmboxupper[0], 0, 0)); in SetupContext() 293 PetscCall(PetscDrawAxisSetLimits(axis2, -6, 6, 0, 0)); in SetupContext() 320 PetscCall(PetscDrawAxisSetLimits(axis, dmboxlower[0], dmboxupper[0], 0, 0)); in SetupContext()
|
| H A D | ex4.c | 367 PetscCall(PetscDrawAxisSetLimits(axis1, dmboxlower[0], dmboxupper[0], 0, 0)); in SetupContext() 378 PetscCall(PetscDrawAxisSetLimits(axis2, -6, 6, 0, 0)); in SetupContext() 405 PetscCall(PetscDrawAxisSetLimits(axis, dmboxlower[0], dmboxupper[0], 0, 0)); in SetupContext()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 355 PetscCall(PetscDrawAxisSetLimits(axis, 0.0, (PetscReal)xin->map->N, min, max)); in VecView_MPI_Draw()
|