Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex219f.F9052 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 Dstagstencil.c317 PetscCall(MatGetValuesLocal(mat, nRow, ir, nCol, ic, val)); in DMStagMatGetValuesStencil()
/petsc/include/
H A Dpetscmat.h934 PETSC_EXTERN PetscErrorCode MatGetValuesLocal(Mat, PetscInt, const PetscInt[], PetscInt, const Pets…
/petsc/src/mat/interface/
H A Dmatrix.c2214 PetscErrorCode MatGetValuesLocal(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, cons… in MatGetValuesLocal() function