Home
last modified time | relevance | path

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

/petsc/include/ !
H A Dpetscpctypes.h451 PC_PATCH_PARDECOMP, enumerator
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscpc.pxi112 PC_PATCH_PARDECOMP
H A DPC.pyx135 PARDECOMP = PC_PATCH_PARDECOMP
/petsc/src/ksp/pc/impls/patch/ !
H A Dpcpatch.c461 case PC_PATCH_PARDECOMP: in PCPatchSetConstructType()
490 case PC_PATCH_PARDECOMP: in PCPatchGetConstructType()
946 } else if (patch->ctype == PC_PATCH_PARDECOMP) { in PCPatchCreateCellPatches()
991 if (!patch->user_patches && patch->ctype != PC_PATCH_PARDECOMP) { in PCPatchCreateCellPatches()