Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disblock.c23 PetscErrorCode ISCompressIndicesGeneral(PetscInt n, PetscInt nkeys, PetscInt bs, PetscInt imax, con… in ISCompressIndicesGeneral() function
/petsc/include/
H A Dpetscis.h299 PETSC_EXTERN PetscErrorCode ISCompressIndicesGeneral(PetscInt, PetscInt, PetscInt, PetscInt, const …
302 return ISCompressIndicesGeneral(n, bs, n, imax, is_in, is_out); in ISCompressIndicesSorted()
/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c20 PetscCall(ISCompressIndicesGeneral(N, C->rmap->n, bs, imax, is, is_new)); in MatIncreaseOverlap_MPIBAIJ()
550 PetscCall(ISCompressIndicesGeneral(C->rmap->N, C->rmap->n, bs, ismax, isrow, isrow_block)); in MatCreateSubMatrices_MPIBAIJ()
556 } else PetscCall(ISCompressIndicesGeneral(N, C->cmap->n, bs, ismax, iscol, iscol_block)); in MatCreateSubMatrices_MPIBAIJ()
H A Dmpibaij.c1925 …PetscCall(ISCompressIndicesGeneral(mat->rmap->N, mat->rmap->n, mat->rmap->bs, 1, &isrow, &isrow_ne… in MatCreateSubMatrix_MPIBAIJ_Private()
1929 …} else PetscCall(ISCompressIndicesGeneral(mat->cmap->N, mat->cmap->n, mat->cmap->bs, 1, &iscol, &i… in MatCreateSubMatrix_MPIBAIJ_Private()
/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c26 PetscCall(ISCompressIndicesGeneral(N, C->rmap->n, bs, is_max, is, is_new)); in MatIncreaseOverlap_MPISBAIJ()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij2.c235 PetscCall(ISCompressIndicesGeneral(A->rmap->N, A->rmap->n, A->rmap->bs, 1, &isrow, &is1)); in MatCreateSubMatrix_SeqSBAIJ()
240 PetscCall(ISCompressIndicesGeneral(A->cmap->N, A->cmap->n, A->cmap->bs, 1, &iscol, &is2)); in MatCreateSubMatrix_SeqSBAIJ()
/petsc/src/mat/impls/baij/seq/
H A Dbaij2.c166 PetscCall(ISCompressIndicesGeneral(A->rmap->N, A->rmap->n, A->rmap->bs, 1, &isrow, &is1)); in MatCreateSubMatrix_SeqBAIJ()
170 } else PetscCall(ISCompressIndicesGeneral(A->cmap->N, A->cmap->n, A->cmap->bs, 1, &iscol, &is2)); in MatCreateSubMatrix_SeqBAIJ()