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

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