Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex76.c101 if (share == PETSC_BOOL3_UNKNOWN) PetscCall(PCHPDDMSetSTShareSubKSP(pc, PetscBool3ToBool(share))); in main()
/petsc/doc/changes/
H A D319.md181 - Add `PCHPDDMSetSTShareSubKSP()`
/petsc/include/
H A Dpetscpc.h525 PETSC_EXTERN PetscErrorCode PCHPDDMSetSTShareSubKSP(PC, PetscBool);
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx3111 PetscErrorCode PCHPDDMSetSTShareSubKSP(PC pc, PetscBool share) in PCHPDDMSetSTShareSubKSP() function