Searched refs:PCGASMType (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscpctypes.h | 200 } PCGASMType; typedef
|
| H A D | petscpc.h | 262 PETSC_EXTERN PetscErrorCode PCGASMSetType(PC, PCGASMType);
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 17 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 D | petscpc.pxi | 66 ctypedef enum PetscPCGASMType "PCGASMType":
|
| H A D | PC.pyx | 76 class PCGASMType(object): class 201 GASMType = PCGASMType 2985 del PCGASMType
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1021 particular, `PCGASMType` is one of `PC_GASM_BASIC`,
|