Searched refs:rmap_loc (Results 1 – 3 of 3) sorted by relevance
1229 PetscInt *cmap_loc, *rmap_loc; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local1485 PetscCall(PetscCalloc1(C->rmap->n, &rmap_loc)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()1542 rmap_loc[row - rstart] = j; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()1637 smatis1->rmap_loc = rmap_loc; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()1678 rmap_loc = smatis1->rmap_loc; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()1740 row = rmap_loc[Crow]; /* row index of submat */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
26 PetscInt *cmap_loc, *rmap_loc; member
2658 PetscCall(PetscFree(submatj->rmap_loc)); in MatDestroySubMatrix_Private()