petsc-3.7.1 2016-05-15
Report Typos and Errors

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 Many br
name - either pilut, parasails, boomeramg, ams, ads Many br

Options Database Keys

-pc_hypre_type - One of pilut, parasails, boomeramg, ams, ads Many br

Many br

See Also

PCCreate(), PCSetType(), PCType (for list of available types), PC,
PCHYPRE Many br

Level:intermediate
Location:
src/ksp/pc/impls/hypre/hypre.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages