petsc-3.14.6 2021-03-30
Report Typos and Errors

PCHYPREGetType

Gets which hypre preconditioner you are using

Synopsis

#include "petscpc.h" 
PetscErrorCode  PCHYPREGetType(PC pc,const char *name[])

Input Parameter

pc - the preconditioner context

Output Parameter

name - either euclid, pilut, parasails, boomeramg, ams, ads

See Also

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

Level

intermediate

Location

src/ksp/pc/impls/hypre/hypre.c

Implementations

PCHYPREGetType_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