Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi352 PetscErrorCode PCDeflationSetReductionFactor(PetscPC, PetscInt)
H A DPC.pyx2850 petsc.PCDeflationSetReductionFactor
2854 CHKERR(PCDeflationSetReductionFactor(self.pc, cred))
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c104 PetscErrorCode PCDeflationSetReductionFactor(PC pc, PetscInt red) in PCDeflationSetReductionFactor() function
/petsc/include/
H A Dpetscpc.h512 PETSC_EXTERN PetscErrorCode PCDeflationSetReductionFactor(PC, PetscInt);