PETSc version 3.17.5
Fix/Edit manual page

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 GAMG type. - create - function for creating the gamg context.

.seealso: PCGAMGType, PCGAMG, PCGAMGSetType()

Level

advanced

Location

src/ksp/pc/impls/gamg/gamg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages