Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2193 static PetscErrorCode PCHYPRESetType_HYPRE(PC pc, const char name[]) in PCHYPRESetType_HYPRE() function
2483 if (flg) PetscCall(PCHYPRESetType_HYPRE(pc, type[indx])); in PCSetFromOptions_HYPRE()
2487 if (!jac->hypre_type) PetscCall(PCHYPRESetType_HYPRE(pc, "boomeramg")); in PCSetFromOptions_HYPRE()
2697 PetscCall(PetscObjectComposeFunction((PetscObject)pc, "PCHYPRESetType_C", PCHYPRESetType_HYPRE)); in PCCreate_HYPRE()