Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tutorials/
H A Dex4.c318 PetscCall(PCCompositeSpecialSetAlphaMat(pc, D)); in main()
/petsc/doc/changes/
H A D322.md93 - Add `PCCompositeSpecialSetAlphaMat()` API to use a matrix other than the identity in
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c501 PetscErrorCode PCCompositeSpecialSetAlphaMat(PC pc, Mat alpha_mat) in PCCompositeSpecialSetAlphaMat() function
/petsc/include/
H A Dpetscpc.h276 PETSC_EXTERN PetscErrorCode PCCompositeSpecialSetAlphaMat(PC, Mat);