Home
last modified time | relevance | path

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

/petsc/src/sys/classes/random/tutorials/
H A Dex2.c183 PetscInt numit; in divWork() local
185 numit = (PetscInt)(((PetscReal)num) / size); in divWork()
186 numit++; in divWork()
187 return numit; in divWork()