Home
last modified time | relevance | path

Searched refs:MatSetValuesRowLocal (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscmat.h559 PETSC_EXTERN PetscErrorCode MatSetValuesRowLocal(Mat, PetscInt, const PetscScalar[]);
/petsc/src/mat/interface/
H A Dmatrix.c1666 PetscErrorCode MatSetValuesRowLocal(Mat mat, PetscInt row, const PetscScalar v[]) in MatSetValuesRowLocal() function