Home
last modified time | relevance | path

Searched refs:PCSPAISetCacheSize (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dspai.h16 PetscErrorCode PCSPAISetCacheSize(PETSC_UNUSED PC a,PETSC_UNUSED PetscInt b) {PetscSPAIError;} in PCSPAISetCacheSize() function
/petsc/src/ksp/pc/impls/spai/
H A Dispai.c379 PetscErrorCode PCSPAISetCacheSize(PC pc, PetscInt cache_size) in PCSPAISetCacheSize() function
454 if (flg) PetscCall(PCSPAISetCacheSize(pc, cache_size)); in PCSetFromOptions_SPAI()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi345 PetscErrorCode PCSPAISetCacheSize(PetscPC, PetscInt)
H A DPC.pyx2754 petsc.PCSPAISetCacheSize
2758 CHKERR(PCSPAISetCacheSize(self.pc, cval))
/petsc/include/
H A Dpetscpc.h287 PETSC_EXTERN PetscErrorCode PCSPAISetCacheSize(PC, PetscInt);