Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c225 PetscInt PartEnd = (np + 1) * (nvGlobal / nparts) + PetscMin(nvGlobal % nparts, np + 1); in PetscPartitionerPartition_Simple() local
228 PartEnd = PetscMin(PartEnd, myLast + 1); in PetscPartitionerPartition_Simple()
229 PetscCall(PetscSectionSetDof(partSection, np, PartEnd - PartStart)); in PetscPartitionerPartition_Simple()