PCGAMGRegister#
Register a PCGAMG
implementation.
Synopsis#
#include "petscpc.h"
#include "petscksp.h"
PetscErrorCode PCGAMGRegister(PCGAMGType type, PetscErrorCode (*create)(PC))
Input Parameters#
type - string that will be used as the name of the
PCGAMG
type.create - function for creating the gamg context.
See Also#
KSP: Linear System Solvers, PCGAMGType
, PCGAMG
, PCGAMGSetType()
Level#
developer
Location#
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages