Home
last modified time | relevance | path

Searched refs:nopts (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Dlgc.c100 int i, j, dim, nopts; in PetscDrawLGSPDraw() local
102 nopts = lg->nopts; in PetscDrawLGSPDraw()
104 for (j = 1; j < nopts; j++) { in PetscDrawLGSPDraw()
110 nopts = sp->nopts; in PetscDrawLGSPDraw()
112 …for (j = 0; j < nopts; j++) PetscCall(PetscDrawMarker(draw, sp->x[j * dim + i], sp->y[j * dim + i]… in PetscDrawLGSPDraw()
163 lg->nopts = 0; in PetscDrawLGCreate()
327 *n = lg->nopts; in PetscDrawLGGetData()
391 lg->nopts = 0; in PetscDrawLGReset()
498 int i, j, dim = lg->dim, nopts = lg->nopts, cl; in PetscDrawLGDraw() local
500 for (j = 1; j < nopts; j++) { in PetscDrawLGDraw()
[all …]
H A Ddscatter.c51 sp->nopts = 0; in PetscDrawSPCreate()
141 sp->nopts = 0; in PetscDrawSPReset()
220 ++sp->nopts; in PetscDrawSPAddPoint()
281 sp->nopts += n; in PetscDrawSPAddPoints()
336 ++sp->nopts; in PetscDrawSPAddPointColorized()
382 const int dim = sp->dim, nopts = sp->nopts; in PetscDrawSPDraw() local
385 for (int p = 0; p < nopts; ++p) { in PetscDrawSPDraw()
H A Dlg.c49 lg->nopts++; in PetscDrawLGAddCommonPoint()
93 xx = (PetscReal)lg->nopts; in PetscDrawLGAddPoint()
105 lg->nopts++; in PetscDrawLGAddPoint()
169 lg->nopts += in; in PetscDrawLGAddPoints()
/petsc/include/petsc/private/
H A Ddrawimpl.h91 int nopts, dim, *colors; member
147 int nopts, dim; member