Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disblock.c130 PetscInt maxsz; in ISExpandIndicesGeneral() local
134 maxsz = 0; in ISExpandIndicesGeneral()
137 if (len > maxsz) maxsz = len; in ISExpandIndicesGeneral()
139 PetscCall(PetscMalloc1(maxsz * bs, &nidx)); in ISExpandIndicesGeneral()