Searched refs:PetscLayoutMapLocal (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscis.h | 340 PETSC_EXTERN PetscErrorCode PetscLayoutMapLocal(PetscLayout, PetscInt, const PetscInt[], PetscInt *…
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.c | 355 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 D | sfutils.c | 564 PetscErrorCode PetscLayoutMapLocal(PetscLayout map, PetscInt N, const PetscInt idxs[], PetscInt *on… in PetscLayoutMapLocal() function
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 1439 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 D | mpidense.c | 443 PetscCall(PetscLayoutMapLocal(A->rmap, n, rows, &len, &lrows, NULL)); in MatZeroRows_MPIDense()
|