petsc-3.13.6 2020-09-29
PCGAMGGetType
Get solution method
Synopsis
#include "petscpc.h"
#include "petscksp.h"
PetscErrorCode PCGAMGGetType(PC pc, PCGAMGType *type)
Collective on PC
Input Parameter
pc -the preconditioner context
Output Parameter
type -the type of algorithm used
See Also
PCGAMGSetType(), PCGAMGType
Level
intermediate
Location
src/ksp/pc/impls/gamg/gamg.c
Implementations
PCGAMGGetType_GAMG in src/ksp/pc/impls/gamg/gamg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages