Searched refs:MatCompositeGetMat (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tutorials/ |
| H A D | ex9.c | 136 PetscCall(MatCompositeGetMat(B, 0, &A[nmat + 2])); in main()
|
| /petsc/src/ksp/pc/impls/deflation/ |
| H A D | deflation.c | 501 for (i = 0; i < size; i++) PetscCall(MatCompositeGetMat(def->W, i, &mats[i])); in PCSetUp_Deflation() 522 for (i = 0; i < size; i++) PetscCall(MatCompositeGetMat(def->Wt, i, &mats[i])); in PCSetUp_Deflation()
|
| /petsc/src/mat/impls/composite/ |
| H A D | mcomposite.c | 811 PetscErrorCode MatCompositeGetMat(Mat mat, PetscInt i, Mat *Ai) in MatCompositeGetMat() function
|
| /petsc/include/ |
| H A D | petscmat.h | 506 PETSC_EXTERN PetscErrorCode MatCompositeGetMat(Mat, PetscInt, Mat *);
|