Searched refs:MatStoreValues (Results 1 – 10 of 10) sorted by relevance
158 PetscCall(MatStoreValues(A)); in main()
951 PetscCall(MatStoreValues(sell->A)); in MatStoreValues_MPISELL()952 PetscCall(MatStoreValues(sell->B)); in MatStoreValues_MPISELL()
186 PetscCall(MatStoreValues(aij->A)); in MatStoreValues_MPISBAIJ()187 PetscCall(MatStoreValues(aij->B)); in MatStoreValues_MPISBAIJ()
333 PetscErrorCode MatStoreValues(PetscMat)
3417 retrieveValues, petsc.MatStoreValues3420 CHKERR(MatStoreValues(self.mat))
122 PetscCall(MatStoreValues(aij->A)); in MatStoreValues_MPIBAIJ()123 PetscCall(MatStoreValues(aij->B)); in MatStoreValues_MPIBAIJ()
1414 PETSC_EXTERN PetscErrorCode MatStoreValues(Mat);
2858 PetscCall(MatStoreValues(aij->A)); in MatStoreValues_MPIAIJ()2859 PetscCall(MatStoreValues(aij->B)); in MatStoreValues_MPIAIJ()
1249 You can first add the values common to all the matrices, then use `MatStoreValues()` to
3710 PetscErrorCode MatStoreValues(Mat mat) in MatStoreValues() function