Searched refs:subCommRank (Results 1 – 2 of 2) sorted by relevance
7 PetscMPIInt subCommSize, subCommRank; in MatGetMultiProcBlock_MPIAIJ() local13 PetscCallMPI(MPI_Comm_rank(subComm, &subCommRank)); in MatGetMultiProcBlock_MPIAIJ()74 newRow = (*subMat)->rmap->range[subCommRank] + i; in MatGetMultiProcBlock_MPIAIJ()
7 PetscMPIInt commRank, subCommSize, subCommRank; in MatGetMultiProcBlock_MPIBAIJ() local33 PetscCallMPI(MPI_Comm_rank(subComm, &subCommRank)); in MatGetMultiProcBlock_MPIBAIJ()82 newRow = (*subMat)->rmap->range[subCommRank] + i * bs; in MatGetMultiProcBlock_MPIBAIJ()