Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscis.h340 PETSC_EXTERN PetscErrorCode PetscLayoutMapLocal(PetscLayout, PetscInt, const PetscInt[], PetscInt *…
/petsc/src/mat/impls/shell/
H A Dshell.c355 PetscCall(PetscLayoutMapLocal(mat->rmap, n, rows, &nr, &lrows, NULL)); in MatZeroRows_Shell()
414 PetscCall(PetscLayoutMapLocal(mat->rmap, n, rowscols, &nr, &lrows, NULL)); in MatZeroRowsColumns_Shell()
425 PetscCall(PetscLayoutMapLocal(mat->cmap, nt, t, &nc, &lcols, NULL)); in MatZeroRowsColumns_Shell()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c564 PetscErrorCode PetscLayoutMapLocal(PetscLayout map, PetscInt N, const PetscInt idxs[], PetscInt *on… in PetscLayoutMapLocal() function
/petsc/src/mat/impls/is/
H A Dmatis.c1439 PetscCall(PetscLayoutMapLocal(mat->rmap, m, idxs, &ll, &lidxs, &lgidxs)); in MatCreateSubMatrix_IS()
1473 PetscCall(PetscLayoutMapLocal(mat->cmap, n, idxs, &ll, &lidxs, &lgidxs)); in MatCreateSubMatrix_IS()
2900 PetscCall(PetscLayoutMapLocal(A->rmap, n, rows, &len, &lrows, NULL)); in MatZeroRowsColumns_Private_IS()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c443 PetscCall(PetscLayoutMapLocal(A->rmap, n, rows, &len, &lrows, NULL)); in MatZeroRows_MPIDense()