Searched refs:PCGAMGType (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcgamgimpl.h | 21 PCGAMGType type;
|
| /petsc/include/ |
| H A D | petscpctypes.h | 321 typedef const char *PCGAMGType; typedef
|
| H A D | petscpc.h | 346 PETSC_EXTERN PetscErrorCode PCGAMGSetType(PC, PCGAMGType); 347 PETSC_EXTERN PetscErrorCode PCGAMGGetType(PC, PCGAMGType *); 368 PETSC_EXTERN PetscErrorCode PCGAMGRegister(PCGAMGType, PetscErrorCode (*)(PC));
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 1633 PetscErrorCode PCGAMGSetType(PC pc, PCGAMGType type) in PCGAMGSetType() 1637 PetscTryMethod(pc, "PCGAMGSetType_C", (PC, PCGAMGType), (pc, type)); in PCGAMGSetType() 1656 PetscErrorCode PCGAMGGetType(PC pc, PCGAMGType *type) in PCGAMGGetType() 1660 PetscUseMethod(pc, "PCGAMGGetType_C", (PC, PCGAMGType *), (pc, type)); in PCGAMGGetType() 1664 static PetscErrorCode PCGAMGGetType_GAMG(PC pc, PCGAMGType *type) in PCGAMGGetType_GAMG() 1674 static PetscErrorCode PCGAMGSetType_GAMG(PC pc, PCGAMGType type) in PCGAMGSetType_GAMG() 2075 PetscErrorCode PCGAMGRegister(PCGAMGType type, PetscErrorCode (*create)(PC)) in PCGAMGRegister()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 82 ctypedef const char* PetscPCGAMGType "PCGAMGType"
|
| H A D | PC.pyx | 98 class PCGAMGType(object): class 204 GAMGType = PCGAMGType 2988 del PCGAMGType
|