Home
last modified time | relevance | path

Searched refs:MatCompositeGetType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tutorials/
H A Dex9.c138 PetscCall(MatCompositeGetType(B, &type)); in main()
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c485 PetscCall(MatCompositeGetType(def->W, &ctype)); in PCSetUp_Deflation()
492 PetscCall(MatCompositeGetType(def->Wt, &ctype)); in PCSetUp_Deflation()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c537 PetscErrorCode MatCompositeGetType(Mat mat, MatCompositeType *type) in MatCompositeGetType() function
/petsc/include/
H A Dpetscmat.h502 PETSC_EXTERN PetscErrorCode MatCompositeGetType(Mat, MatCompositeType *);