PCHYPRESetType

Sets which hypre preconditioner you wish to use

Synopsis

#include "petscpc.h" 
int PCHYPRESetType(PC pc,char *name)

Input Parameters

pc - the preconditioner context
name - either pilut, parasails, boomerAMG, euclid

Options Database Keys

-pc_hypre_type - One of pilut, parasails, boomerAMG, euclid

See Also

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

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