Home
last modified time | relevance | path

Searched refs:PetscDrawAxisSetLimits (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/network/
H A Dnetworkmonitor.c152 …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 Dlgc.c95 PetscCall(PetscDrawAxisSetLimits(lg->axis, xmin, xmax, ymin, ymax)); in PetscDrawLGSPDraw()
493 PetscCall(PetscDrawAxisSetLimits(lg->axis, xmin, xmax, ymin, ymax)); in PetscDrawLGDraw()
H A Dbars.c191 PetscCall(PetscDrawAxisSetLimits(bar->axis, xmin, xmax, ymin, ymax)); in PetscDrawBarDraw()
H A Dhists.c356 PetscCall(PetscDrawAxisSetLimits(hist->axis, xmin, xmax, ymin, ymax)); in PetscDrawHGDraw()
419 PetscCall(PetscDrawAxisSetLimits(hist->axis, xmin, xmax, ymin, ymax)); in PetscDrawHGDraw()
H A Ddscatter.c376 PetscCall(PetscDrawAxisSetLimits(sp->axis, glower[0], gupper[0], glower[1], gupper[1])); in PetscDrawSPDraw()
H A Daxisc.c163 PetscErrorCode PetscDrawAxisSetLimits(PetscDrawAxis axis, PetscReal xmin, PetscReal xmax, PetscReal… in PetscDrawAxisSetLimits() function
/petsc/src/ksp/ksp/interface/
H A Deige.c303 PetscCall(PetscDrawAxisSetLimits(drawaxis, xmin, xmax, ymin, ymax)); in KSPPlotEigenContours_Private()
/petsc/src/dm/impls/da/
H A Dgr1.c243 PetscCall(PetscDrawAxisSetLimits(axis, xmin, xmax, min, max)); in VecView_MPI_Draw_DA1d()
/petsc/include/
H A Dpetscdraw.h268 PETSC_EXTERN PetscErrorCode PetscDrawAxisSetLimits(PetscDrawAxis, PetscReal, PetscReal, PetscReal, …
/petsc/src/ts/interface/
H A Dtsmon.c1434 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 Dts.c312 PetscCall(PetscDrawAxisSetLimits(axis, bounds[0], bounds[2], bounds[1], bounds[3])); in TSSetFromOptions()
/petsc/src/ts/tests/
H A Dex28.c369 PetscCall(PetscDrawAxisSetLimits(axis, -3, 3, 0, 100)); in HGMonitor()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c282 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 Dex4.c367 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 Dpdvec.c355 PetscCall(PetscDrawAxisSetLimits(axis, 0.0, (PetscReal)xin->map->N, min, max)); in VecView_MPI_Draw()