Home
last modified time | relevance | path

Searched refs:rmap_loc (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c1229 PetscInt *cmap_loc, *rmap_loc; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1485 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()
/petsc/src/mat/impls/aij/seq/
H A Daij.h26 PetscInt *cmap_loc, *rmap_loc; member
H A Daij.c2658 PetscCall(PetscFree(submatj->rmap_loc)); in MatDestroySubMatrix_Private()