:orphan: # PCGAMGFinalizePackage This function frees everything from the `PCGAMG` package. It is called from `PetscFinalize()` automatically. ## Synopsis ``` #include "petscpc.h" #include "petscksp.h" PetscErrorCode PCGAMGFinalizePackage(void) ``` ## See Also `PetscFinalize()` ## Level developer ## Location src/ksp/pc/impls/gamg/gamg.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/gamg/gamg.c) [Index of all PC routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)