Searched refs:SetValues (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex36.c | 5 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 D | mlocalref.c | 7 …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()
|