Searched refs:PCHYPRESetType (Results 1 – 6 of 6) sorted by relevance
12 PetscErrorCode PCHYPRESetType(PETSC_UNUSED PC pc,PETSC_UNUSED const char name[]){PetscPCHYPREError;} in PCHYPRESetType() function
39 PetscCall(PCHYPRESetType(pcHypre, "boomeramg")); in main()
205 PetscErrorCode PCHYPRESetType(PetscPC, PetscPCHYPREType)
1143 petsc.PCHYPRESetType1148 CHKERR(PCHYPRESetType(self.pc, cval))
291 PETSC_EXTERN PetscErrorCode PCHYPRESetType(PC, const char[]);
280 if (!jac->hypre_type) PetscCall(PCHYPRESetType(pc, "boomeramg")); in PCSetUp_HYPRE()2507 PetscErrorCode PCHYPRESetType(PC pc, const char name[]) in PCHYPRESetType() function