Home
last modified time | relevance | path

Searched refs:PCPatchConstructType (Results 1 – 8 of 8) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h454 } PCPatchConstructType; typedef
H A Dpetscpc.h494 PETSC_EXTERN PetscErrorCode PCPatchSetConstructType(PC, PCPatchConstructType, PetscErrorCode (*)(PC…
495 PETSC_EXTERN PetscErrorCode PCPatchGetConstructType(PC, PCPatchConstructType *, PetscErrorCode (**)…
H A Dpetscsnes.h1285 PETSC_EXTERN PetscErrorCode SNESPatchSetConstructType(SNES, PCPatchConstructType, PetscErrorCode (*…
/petsc/include/petsc/private/
H A Dpcpatchimpl.h15PCPatchConstructType ctype; /* Algorithm for patch const…
/petsc/src/snes/impls/patch/
H A Dsnespatch.c404 PetscErrorCode SNESPatchSetConstructType(SNES snes, PCPatchConstructType ctype, PetscErrorCode (*fu… in SNESPatchSetConstructType()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi109 ctypedef enum PetscPCPatchConstructType "PCPatchConstructType":
H A DPC.pyx131 class PCPatchConstructType(object): class
208 PatchConstructType = PCPatchConstructType
2992 del PCPatchConstructType
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c446 PetscErrorCode PCPatchSetConstructType(PC pc, PCPatchConstructType ctype, PetscErrorCode (*func)(PC… in PCPatchSetConstructType()
481 PetscErrorCode PCPatchGetConstructType(PC pc, PCPatchConstructType *ctype, PetscErrorCode (**func)(… in PCPatchGetConstructType()
2992 PCPatchConstructType patchConstructionType = PC_PATCH_STAR; in PCSetFromOptions_PATCH()