Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpctypes.h486 PC_DEFLATION_SPACE_USER enumerator
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi131 PC_DEFLATION_SPACE_USER
H A DPC.pyx158 USER = PC_DEFLATION_SPACE_USER
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c476 def->spacetype = PC_DEFLATION_SPACE_USER; in PCSetUp_Deflation()