Searched refs:nold (Results 1 – 2 of 2) sorted by relevance
270 PetscInt i, j, p, bs = 1, nold; in MatPartitioningApply_PTScotch_Private() local284 nold = mat->rmap->n; in MatPartitioningApply_PTScotch_Private()286 if (mat->rmap->n > 0) bs = nold / mat->rmap->n; in MatPartitioningApply_PTScotch_Private()
457 PetscInt tr[3], nold = mapping->n, *sizes, nmaps = PETSC_DECIDE, st = 0; in ISLocalToGlobalMappingLoad() local473 if (nold != mapping->n) { in ISLocalToGlobalMappingLoad()