PCHYPRESetType#
Sets which hypre preconditioner you wish to use
Synopsis#
#include "petscpc.h" 
PetscErrorCode PCHYPRESetType(PC pc, const char name[])
Input Parameters#
- pc - the preconditioner context 
- name - either euclid, ilu, pilut, parasails, boomeramg, ams, or ads 
Options Database Key#
- pc_hypre_type - One of euclid, ilu, pilut, parasails, boomeramg, ams, or ads 
See Also#
KSP: Linear System Solvers, PCCreate(), PCSetType(), PCType, PC, PCHYPRE
Level#
intermediate
Location#
Implementations#
PCHYPRESetType_HYPRE() in src/ksp/pc/impls/hypre/hypre.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages