Searched refs:nloc_sub (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 10476 …PetscInt mloc_sub, nloc_sub, rstart, rend, M = mat->rmap->N, N = mat->cmap->N, bs = mat->rma… in MatCreateRedundantMatrix() local 10525 nloc_sub = PETSC_DECIDE; in MatCreateRedundantMatrix() 10528 PetscCall(PetscSplitOwnership(subcomm, &nloc_sub, &N)); in MatCreateRedundantMatrix() 10531 PetscCall(PetscSplitOwnershipBlock(subcomm, bs, &nloc_sub, &N)); in MatCreateRedundantMatrix() 10551 PetscCall(MatCreateMPIMatConcatenateSeqMat(subcomm, matseq[0], nloc_sub, reuse, matredundant)); in MatCreateRedundantMatrix()
|