Searched refs:PCPatchConstructType (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/ |
| H A D | petscpctypes.h | 454 } PCPatchConstructType; typedef
|
| H A D | petscpc.h | 494 PETSC_EXTERN PetscErrorCode PCPatchSetConstructType(PC, PCPatchConstructType, PetscErrorCode (*)(PC… 495 PETSC_EXTERN PetscErrorCode PCPatchGetConstructType(PC, PCPatchConstructType *, PetscErrorCode (**)…
|
| H A D | petscsnes.h | 1285 PETSC_EXTERN PetscErrorCode SNESPatchSetConstructType(SNES, PCPatchConstructType, PetscErrorCode (*…
|
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 15 …PCPatchConstructType ctype; /* Algorithm for patch const…
|
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 404 PetscErrorCode SNESPatchSetConstructType(SNES snes, PCPatchConstructType ctype, PetscErrorCode (*fu… in SNESPatchSetConstructType()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 109 ctypedef enum PetscPCPatchConstructType "PCPatchConstructType":
|
| H A D | PC.pyx | 131 class PCPatchConstructType(object): class 208 PatchConstructType = PCPatchConstructType 2992 del PCPatchConstructType
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 446 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()
|