Home
last modified time | relevance | path

Searched refs:PCHPDDMCoarseCorrectionType (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhpddm.h18 …PCHPDDMSetCoarseCorrectionType(PETSC_UNUSED PC pc,PETSC_UNUSED PCHPDDMCoarseCorrectionType type){P… in PCHPDDMSetCoarseCorrectionType()
19 …PCHPDDMGetCoarseCorrectionType(PETSC_UNUSED PC pc,PETSC_UNUSED PCHPDDMCoarseCorrectionType *type){… in PCHPDDMGetCoarseCorrectionType()
/petsc/include/petsc/private/
H A Dpetschpddm.h36PCHPDDMCoarseCorrectionType correction; /* type of coarse correc…
/petsc/include/
H A Dpetscpctypes.h507 } PCHPDDMCoarseCorrectionType; typedef
H A Dpetscpc.h523 PETSC_EXTERN PetscErrorCode PCHPDDMSetCoarseCorrectionType(PC, PCHPDDMCoarseCorrectionType);
524 PETSC_EXTERN PetscErrorCode PCHPDDMGetCoarseCorrectionType(PC, PCHPDDMCoarseCorrectionType *);
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx71 PCHPDDMCoarseCorrectionType type = data->correction; in PCHPDDMSetAuxiliaryMat_Private()
334 PCHPDDMCoarseCorrectionType type; in PCSetFromOptions_HPDDM()
3045 PetscErrorCode PCHPDDMSetCoarseCorrectionType(PC pc, PCHPDDMCoarseCorrectionType type) in PCHPDDMSetCoarseCorrectionType()
3050 …PetscTryMethod(pc, "PCHPDDMSetCoarseCorrectionType_C", (PC, PCHPDDMCoarseCorrectionType), (pc, typ… in PCHPDDMSetCoarseCorrectionType()
3067 PetscErrorCode PCHPDDMGetCoarseCorrectionType(PC pc, PCHPDDMCoarseCorrectionType *type) in PCHPDDMGetCoarseCorrectionType()
3073 …PetscUseMethod(pc, "PCHPDDMGetCoarseCorrectionType_C", (PC, PCHPDDMCoarseCorrectionType *), (pc, t… in PCHPDDMGetCoarseCorrectionType()
3078 static PetscErrorCode PCHPDDMSetCoarseCorrectionType_HPDDM(PC pc, PCHPDDMCoarseCorrectionType type) in PCHPDDMSetCoarseCorrectionType_HPDDM()
3087 static PetscErrorCode PCHPDDMGetCoarseCorrectionType_HPDDM(PC pc, PCHPDDMCoarseCorrectionType *type) in PCHPDDMGetCoarseCorrectionType_HPDDM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi116 ctypedef enum PetscPCHPDDMCoarseCorrectionType "PCHPDDMCoarseCorrectionType":
H A DPC.pyx140 class PCHPDDMCoarseCorrectionType(object): class
209 HPDDMCoarseCorrectionType = PCHPDDMCoarseCorrectionType
2993 del PCHPDDMCoarseCorrectionType