Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcgamgimpl.h21 PCGAMGType type;
/petsc/include/
H A Dpetscpctypes.h321 typedef const char *PCGAMGType; typedef
H A Dpetscpc.h346 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 Dgamg.c1633 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 Dpetscpc.pxi82 ctypedef const char* PetscPCGAMGType "PCGAMGType"
H A DPC.pyx98 class PCGAMGType(object): class
204 GAMGType = PCGAMGType
2988 del PCGAMGType