PCHYPREGetType#
Gets which hypre preconditioner you are using
Synopsis#
PetscErrorCode PCHYPREGetType(PC pc, const char *name[])
Input Parameter#
pc - the preconditioner context
Output Parameter#
name - either euclid, ilu, pilut, parasails, boomeramg, ams, or ads
See Also#
KSP: Linear System Solvers, PCCreate(), PCHYPRESetType(), PCType, PC, PCHYPRE
Level#
intermediate
Location#
Implementations#
PCHYPREGetType_HYPRE() in src/ksp/pc/impls/hypre/impl/ihypre.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages