Home
last modified time | relevance | path

Searched defs:xmin (Results 1 – 25 of 42) sorted by relevance

12

/petsc/src/sys/classes/draw/utils/
H A Dlgc.c75 PetscReal xmin, xmax, ymin, ymax; in PetscDrawLGSPDraw() local
469 PetscReal xmin, xmax, ymin, ymax; in PetscDrawLGDraw() local
580 PetscReal xmin = lg->xmin, xmax = lg->xmax, ymin = lg->ymin, ymax = lg->ymax; in PetscDrawLGView() local
H A Dzoom.c20 PetscReal dpause, xc, yc, scale = 1.0, w, h, xr, xl, yr, yl, xmin, xmax, ymin, ymax; in PetscDrawZoom() local
H A Dhists.c16 PetscReal xmin, xmax; member
308 …PetscReal xmin, xmax, ymin, ymax, *bins, *values, *weights, binSize, binLeft, binRight, maxHeigh… in PetscDrawHGDraw() local
494 PetscReal xmax, xmin, *bins, *values, *weights, binSize, binLeft, binRight, mean, var, totwt = 0.; in PetscDrawHGView() local
H A Daxisc.c163 PetscErrorCode PetscDrawAxisSetLimits(PetscDrawAxis axis, PetscReal xmin, PetscReal xmax, PetscReal… in PetscDrawAxisSetLimits()
192 PetscErrorCode PetscDrawAxisGetLimits(PetscDrawAxis axis, PetscReal *xmin, PetscReal *xmax, PetscRe… in PetscDrawAxisGetLimits()
H A Dbars.c136 PetscReal xmin, xmax, ymin, ymax, *values, binLeft, binRight; in PetscDrawBarDraw() local
/petsc/src/ts/interface/
H A Dtseig.c11 PetscReal xmin, xmax, ymin, ymax; member
136 PetscReal xmin, xmax, ymin, ymax; in TSMonitorSPEig() local
/petsc/src/dm/impls/da/
H A Dgr1.c25 PetscErrorCode DMDASetUniformCoordinates(DM da, PetscReal xmin, PetscReal xmax, PetscReal ymin, Pet… in DMDASetUniformCoordinates()
150 PetscReal min, max, xmin = 0.0, xmax = 0.0, tmp = 0.0, xgtmp = 0.0; in VecView_MPI_Draw_DA1d() local
H A Dda1.c62 double ymin = -1, ymax = 1, xmin = -1, xmax = dd->M, x; in DMView_DA_1d() local
H A Dgr2.c16 PetscReal xmin, xmax, ymin, ymax, min, max; member
95 double xmin = (double)zctx->xmin, ymin = (double)zctx->ymin; in VecView_MPI_Draw_DA2d_Zoom() local
H A Dda2.c58 double xmin = -1 * dd->s - 1, xmax = dd->M + dd->s; in DMView_DA_2d() local
/petsc/src/dm/impls/network/
H A Dnetworkmonitor.c119 …etscInt element, PetscInt nodes, PetscInt start, PetscInt blocksize, PetscReal xmin, PetscReal xma… in DMNetworkMonitorAdd()
/petsc/src/sys/classes/draw/interface/
H A Ddrect.c22 PetscErrorCode PetscDrawIndicatorFunction(PetscDraw draw, PetscReal xmin, PetscReal xmax, PetscReal… in PetscDrawIndicatorFunction() argument
/petsc/src/ts/tutorials/multirate/
H A Dex5.c34 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod()
46 …etscScalar *uR, PetscScalar *flux, PetscReal *maxspeed, PetscReal x, PetscReal xmin, PetscReal xma… in PhysicsRiemann_Advect()
73 … PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Advect()
H A Dex7.c29 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod()
64 PetscReal xmin, xmax; member
99 … PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Advect()
600 PetscReal xmin, xmax; in SolutionStatsView() local
H A Dex4.c43 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod()
80 … PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Advect()
301 …PhysicsSample_Shallow(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Shallow()
H A Dex6.c27 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod()
61 … PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Advect()
/petsc/src/ts/tutorials/
H A Dex74.c37 PetscReal xmin, xmax; /* domain bounds */ member
H A Dex9.c73 static inline PetscReal RangeMod(PetscReal a, PetscReal xmin, PetscReal xmax) in RangeMod()
221 PetscReal xmin, xmax; member
313 … PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Advect()
388 …PhysicsSample_Burgers(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Burgers()
529 …PhysicsSample_Traffic(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Traffic()
687 …hysicsSample_Acoustics_Initial(AcousticsCtx *phys, PetscInt initial, PetscReal xmin, PetscReal xma… in PhysicsSample_Acoustics_Initial()
705 …ysicsSample_Acoustics(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_Acoustics()
802 … PhysicsSample_IsoGas(void *vctx, PetscInt initial, FVBCType bctype, PetscReal xmin, PetscReal xma… in PhysicsSample_IsoGas()
1338 PetscReal xmin, xmax; in SolutionStatsView() local
/petsc/src/dm/impls/stag/
H A Dstagutils.c1392 PetscErrorCode DMStagSetUniformCoordinates(DM dm, PetscReal xmin, PetscReal xmax, PetscReal ymin, P… in DMStagSetUniformCoordinates()
1438 PetscErrorCode DMStagSetUniformCoordinatesExplicit(DM dm, PetscReal xmin, PetscReal xmax, PetscReal… in DMStagSetUniformCoordinatesExplicit()
1498 PetscErrorCode DMStagSetUniformCoordinatesProduct(DM dm, PetscReal xmin, PetscReal xmax, PetscReal … in DMStagSetUniformCoordinatesProduct()
H A Dstag1d.c88 PETSC_INTERN PetscErrorCode DMStagSetUniformCoordinatesExplicit_1d(DM dm, PetscReal xmin, PetscReal… in DMStagSetUniformCoordinatesExplicit_1d()
/petsc/src/ksp/ksp/interface/
H A Deige.c255 PetscReal xmin, xmax, ymin, ymax, *xloc, *yloc, *value, px0, py0, rscale, iscale; in KSPPlotEigenContours_Private() local
/petsc/src/ksp/ksp/tutorials/
H A Dex74.c71 PetscReal xmin, xmax; /* domain bounds */ member
/petsc/src/ts/tests/
H A Dex25.c63 PetscReal ftime, hx, dt, xmax, xmin; in Brusselator() local
/petsc/include/petsc/private/
H A Ddrawimpl.h90 PetscReal xmin, xmax, ymin, ymax, *x, *y; member
145 PetscReal xmin, xmax, ymin, ymax, *x, *y; member
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.h111 const int xmin = img->clip[0], xmax = img->clip[2] - 1; in PetscImageDrawTriangle() local

12