Searched refs:PCCompositeSetType (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex55.c | 57 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_ADDITIVE)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex60.c | 169 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_ADDITIVE)); in main()
|
| H A D | ex71.c | 467 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_MULTIPLICATIVE)); in main()
|
| /petsc/src/ksp/pc/impls/composite/ |
| H A D | composite.c | 250 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 D | ex4.c | 308 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_SPECIAL)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 243 PetscErrorCode PCCompositeSetType(PetscPC, PetscPCCompositeType)
|
| H A D | PC.pyx | 1678 petsc.PCCompositeSetType 1682 CHKERR(PCCompositeSetType(self.pc, cval))
|
| /petsc/include/ |
| H A D | petscpc.h | 269 PETSC_EXTERN PetscErrorCode PCCompositeSetType(PC, PCCompositeType);
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 929 PetscCall(PCCompositeSetType(ipc, PC_COMPOSITE_MULTIPLICATIVE)); in PCSetUp_MG()
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1679 PCCompositeSetType(pc,PC_COMPOSITE_MULTIPLICATIVE);
|