Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhypre.h12 PetscErrorCode PCHYPRESetType(PETSC_UNUSED PC pc,PETSC_UNUSED const char name[]){PetscPCHYPREError;} in PCHYPRESetType() function
/petsc/src/ksp/pc/tests/
H A Dex10.c39 PetscCall(PCHYPRESetType(pcHypre, "boomeramg")); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi205 PetscErrorCode PCHYPRESetType(PetscPC, PetscPCHYPREType)
H A DPC.pyx1143 petsc.PCHYPRESetType
1148 CHKERR(PCHYPRESetType(self.pc, cval))
/petsc/include/
H A Dpetscpc.h291 PETSC_EXTERN PetscErrorCode PCHYPRESetType(PC, const char[]);
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c280 if (!jac->hypre_type) PetscCall(PCHYPRESetType(pc, "boomeramg")); in PCSetUp_HYPRE()
2507 PetscErrorCode PCHYPRESetType(PC pc, const char name[]) in PCHYPRESetType() function