Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpctypes.h200 } PCGASMType; typedef
H A Dpetscpc.h262 PETSC_EXTERN PetscErrorCode PCGASMSetType(PC, PCGASMType);
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c17 PCGASMType type; /* use reduced interpolation, restriction or both */
871 PCGASMType gasmtype; in PCSetFromOptions_GASM()
1004 static PetscErrorCode PCGASMSetType_GASM(PC pc, PCGASMType type) in PCGASMSetType_GASM()
1169 PetscErrorCode PCGASMSetType(PC pc, PCGASMType type) in PCGASMSetType()
1174 PetscTryMethod(pc, "PCGASMSetType_C", (PC, PCGASMType), (pc, type)); in PCGASMSetType()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi66 ctypedef enum PetscPCGASMType "PCGASMType":
H A DPC.pyx76 class PCGASMType(object): class
201 GASMType = PCGASMType
2985 del PCGASMType
/petsc/doc/manual/
H A Dksp.md1021 particular, `PCGASMType` is one of `PC_GASM_BASIC`,