Lines Matching refs:nopts
100 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()
581 PetscInt i, j, dim = lg->dim, nopts = lg->nopts; in PetscDrawLGView() local
586 if (nopts < 1) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawLGView()
593 …for (j = 0; j < nopts; j++) PetscCall(PetscViewerASCIIPrintf(viewer, " X: %g Y: %g\n", (double)lg… in PetscDrawLGView()