Searched refs:isrow_new (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 1916 IS isrow_new, iscol_new; in MatCreateSubMatrix_MPIBAIJ_Private() local 1925 …scCall(ISCompressIndicesGeneral(mat->rmap->N, mat->rmap->n, mat->rmap->bs, 1, &isrow, &isrow_new)); in MatCreateSubMatrix_MPIBAIJ_Private() 1927 iscol_new = isrow_new; in MatCreateSubMatrix_MPIBAIJ_Private() 1934 …PetscCall(MatCreateSubMatrices_MPIBAIJ_local(mat, 1, &isrow_new, &iscol_new, MAT_REUSE_MATRIX, &Mr… in MatCreateSubMatrix_MPIBAIJ_Private() 1936 …PetscCall(MatCreateSubMatrices_MPIBAIJ_local(mat, 1, &isrow_new, &iscol_new, MAT_INITIAL_MATRIX, &… in MatCreateSubMatrix_MPIBAIJ_Private() 1938 PetscCall(ISDestroy(&isrow_new)); in MatCreateSubMatrix_MPIBAIJ_Private()
|