Home
last modified time | relevance | path

Searched refs:PCCompositeSetType (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex55.c57 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_ADDITIVE)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex60.c169 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_ADDITIVE)); in main()
H A Dex71.c467 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_MULTIPLICATIVE)); in main()
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c250 if (flg) PetscCall(PCCompositeSetType(pc, jac->type)); in PCSetFromOptions_Composite()
444 PetscErrorCode PCCompositeSetType(PC pc, PCCompositeType type) in PCCompositeSetType() function
/petsc/src/ksp/pc/tutorials/
H A Dex4.c308 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_SPECIAL)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi243 PetscErrorCode PCCompositeSetType(PetscPC, PetscPCCompositeType)
H A DPC.pyx1678 petsc.PCCompositeSetType
1682 CHKERR(PCCompositeSetType(self.pc, cval))
/petsc/include/
H A Dpetscpc.h269 PETSC_EXTERN PetscErrorCode PCCompositeSetType(PC, PCCompositeType);
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c929 PetscCall(PCCompositeSetType(ipc, PC_COMPOSITE_MULTIPLICATIVE)); in PCSetUp_MG()
/petsc/doc/manual/
H A Dksp.md1679 PCCompositeSetType(pc,PC_COMPOSITE_MULTIPLICATIVE);