Home
last modified time | relevance | path

Searched refs:PC_ASM_NONE (Results 1 – 6 of 6) sorted by relevance

/petsc/include/ !
H A Dpetscpctypes.h163 PC_ASM_NONE = 0 enumerator
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscpc.pxi64 PC_ASM_NONE
H A DPC.pyx70 NONE = PC_ASM_NONE
/petsc/src/ksp/pc/impls/asm/ !
H A Dasm.c314 …>n_local_true == 1 || (osm->type != PC_ASM_INTERPOLATE && osm->type != PC_ASM_NONE), PetscObjectCo… in PCSetUp_ASM()
/petsc/doc/manual/ !
H A Dksp.md967 `PC_ASM_INTERPOLATE`, `PC_ASM_RESTRICT`, or `PC_ASM_NONE` and may
976 conjunction with a full interpolation, while `PC_ASM_NONE` (or
/petsc/src/ksp/pc/impls/hpddm/ !
H A Dpchpddm.cxx2723 …PetscCall(PCASMSetType(data->levels[0]->pc, PC_ASM_NONE)); /* "Neumann--Neumann" preconditioning w… in PCSetUp_HPDDM()