Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpctypes.h254 } PCFieldSplitSchurPreType; typedef
H A Dpetscpc.h317 …tSetSchurPre()", ) PetscErrorCode PCFieldSplitSchurPrecondition(PC, PCFieldSplitSchurPreType, Mat);
318 PETSC_EXTERN PetscErrorCode PCFieldSplitSetSchurPre(PC, PCFieldSplitSchurPreType, Mat);
319 PETSC_EXTERN PetscErrorCode PCFieldSplitGetSchurPre(PC, PCFieldSplitSchurPreType *, Mat *);
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c55PCFieldSplitSchurPreType schurpre; /* Determines which matrix is used for the Schur complement …
2881 PetscErrorCode PCFieldSplitSetSchurPre(PC pc, PCFieldSplitSchurPreType ptype, Mat pre) in PCFieldSplitSetSchurPre()
2885 …PetscTryMethod(pc, "PCFieldSplitSetSchurPre_C", (PC, PCFieldSplitSchurPreType, Mat), (pc, ptype, p… in PCFieldSplitSetSchurPre()
2889 PetscErrorCode PCFieldSplitSchurPrecondition(PC pc, PCFieldSplitSchurPreType ptype, Mat pre) in PCFieldSplitSchurPrecondition()
2911 PetscErrorCode PCFieldSplitGetSchurPre(PC pc, PCFieldSplitSchurPreType *ptype, Mat *pre) in PCFieldSplitGetSchurPre()
2915 …PetscUseMethod(pc, "PCFieldSplitGetSchurPre_C", (PC, PCFieldSplitSchurPreType *, Mat *), (pc, ptyp… in PCFieldSplitGetSchurPre()
2985 static PetscErrorCode PCFieldSplitSetSchurPre_FieldSplit(PC pc, PCFieldSplitSchurPreType ptype, Mat… in PCFieldSplitSetSchurPre_FieldSplit()
2999 static PetscErrorCode PCFieldSplitGetSchurPre_FieldSplit(PC pc, PCFieldSplitSchurPreType *ptype, Ma… in PCFieldSplitGetSchurPre_FieldSplit()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi96 ctypedef enum PetscPCFieldSplitSchurPreType "PCFieldSplitSchurPreType":
H A DPC.pyx114 class PCFieldSplitSchurPreType(object): class
207 FieldSplitSchurPreType = PCFieldSplitSchurPreType
214 SchurPreType = PCFieldSplitSchurPreType
2990 del PCFieldSplitSchurPreType