Searched refs:PartStart (Results 1 – 1 of 1) sorted by relevance
224 PetscInt PartStart = np * (nvGlobal / nparts) + PetscMin(nvGlobal % nparts, np); in PetscPartitionerPartition_Simple() local227 PartStart = PetscMax(PartStart, myFirst); in PetscPartitionerPartition_Simple()229 PetscCall(PetscSectionSetDof(partSection, np, PartEnd - PartStart)); in PetscPartitionerPartition_Simple()