Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/scotch/
H A Dscotch.c270 PetscInt i, j, p, bs = 1, nold; in MatPartitioningApply_PTScotch_Private() local
284 nold = mat->rmap->n; in MatPartitioningApply_PTScotch_Private()
286 if (mat->rmap->n > 0) bs = nold / mat->rmap->n; in MatPartitioningApply_PTScotch_Private()
/petsc/src/vec/is/utils/
H A Disltog.c457 PetscInt tr[3], nold = mapping->n, *sizes, nmaps = PETSC_DECIDE, st = 0; in ISLocalToGlobalMappingLoad() local
473 if (nold != mapping->n) { in ISLocalToGlobalMappingLoad()