Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c1916 IS isrow_new, iscol_new; in MatCreateSubMatrix_MPIBAIJ_Private() local
1927 iscol_new = isrow_new; in MatCreateSubMatrix_MPIBAIJ_Private()
1928 PetscCall(PetscObjectReference((PetscObject)iscol_new)); in MatCreateSubMatrix_MPIBAIJ_Private()
1929 …scCall(ISCompressIndicesGeneral(mat->cmap->N, mat->cmap->n, mat->cmap->bs, 1, &iscol, &iscol_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()
1939 PetscCall(ISDestroy(&iscol_new)); in MatCreateSubMatrix_MPIBAIJ_Private()