Searched refs:MatGetValuesLocal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex219f.F90 | 52 PetscCallA(MatGetValuesLocal(A, one, [zero], one, [zero], value, ierr)) 53 PetscCallA(MatGetValuesLocal(A, one, [zero], one, [zero], values, ierr)) 55 PetscCallA(MatGetValuesLocal(A, one, idxn, one, [zero], values, ierr)) 56 PetscCallA(MatGetValuesLocal(A, one, idxn, one, idxn, values, ierr))
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 317 PetscCall(MatGetValuesLocal(mat, nRow, ir, nCol, ic, val)); in DMStagMatGetValuesStencil()
|
| /petsc/include/ |
| H A D | petscmat.h | 934 PETSC_EXTERN PetscErrorCode MatGetValuesLocal(Mat, PetscInt, const PetscInt[], PetscInt, const Pets…
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 2214 PetscErrorCode MatGetValuesLocal(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, cons… in MatGetValuesLocal() function
|