Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex36.c5 PetscErrorCode SetValues(Mat A, PetscBool zero, PetscBool insertvals) in SetValues() function
63 PetscCall(SetValues(T, zero, insertvals)); in main()
73 PetscCall(SetValues(A, zero, insertvals)); in main()
83 PetscCall(SetValues(A, zero, insertvals)); in main()
/petsc/src/mat/impls/localref/
H A Dmlocalref.c7 …PetscErrorCode (*SetValues)(Mat, PetscInt, const PetscInt[], PetscInt, const PetscInt[], const Pet… member
62 PetscCall((*lr->SetValues)(lr->Top, nrow * rbs, irowm, ncol * cbs, icolm, y, addv)); in MatSetValuesBlockedLocal_LocalRef_Scalar()
87 PetscCall((*lr->SetValues)(lr->Top, nrow, irowm, ncol, icolm, y, addv)); in MatSetValuesLocal_LocalRef_Scalar()
255 lr->SetValues = MatSetValues; in MatCreateLocalRef()