Home
last modified time | relevance | path

Searched refs:icount (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/tutorials/
H A Dex3.c17 int i, imax = 10000, icount; in main() local
36 icount = 0; in main()
37 for (i = 0; i < imax; i++) icount++; in main()
38 (void)icount; in main()
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c249 PetscInt icount; in GmshRead() local
252 PetscCall(PetscIntCast(count, &icount)); in GmshRead()
253 PetscCall(PetscViewerRead(gmsh->viewer, buf, icount, NULL, dtype)); in GmshRead()
254 if (gmsh->byteSwap) PetscCall(PetscByteSwap(buf, dtype, icount)); in GmshRead()
260 PetscInt icount; in GmshReadString() local
263 PetscCall(PetscIntCast(count, &icount)); in GmshReadString()
264 PetscCall(PetscViewerRead(gmsh->viewer, buf, icount, NULL, PETSC_STRING)); in GmshReadString()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c917 const PetscInt icount = graph->nodes[i].count; in PCBDDCGraphSetUp() local
924 for (k = 0; k < icount; k++) in PCBDDCGraphSetUp()