Home
last modified time | relevance | path

Searched refs:MatCompositeSetType (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/tutorials/
H A Dex9.c93 PetscCall(MatCompositeSetType(B, MAT_COMPOSITE_MULTIPLICATIVE)); in main()
119 PetscCall(MatCompositeSetType(B, MAT_COMPOSITE_MULTIPLICATIVE)); in main()
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflationspace.c126 PetscCall(MatCompositeSetType(defl, MAT_COMPOSITE_MULTIPLICATIVE)); in PCDeflationGetSpaceWave()
H A Ddeflation.c508 PetscCall(MatCompositeSetType(nextDef, MAT_COMPOSITE_MULTIPLICATIVE)); in PCSetUp_Deflation()
529 PetscCall(MatCompositeSetType(nextDef, MAT_COMPOSITE_MULTIPLICATIVE)); in PCSetUp_Deflation()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c112 PetscCall(MatCompositeSetType(linear->X, MAT_COMPOSITE_MULTIPLICATIVE)); in PetscRegressorSetUp_Linear()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c503 PetscErrorCode MatCompositeSetType(Mat mat, MatCompositeType type) in MatCompositeSetType() function
/petsc/include/
H A Dpetscmat.h501 PETSC_EXTERN PetscErrorCode MatCompositeSetType(Mat, MatCompositeType);