Home
last modified time | relevance | path

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

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