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

PCDestroy

Destroys PC context that was created with PCCreate().

Synopsis

#include "petscksp.h" 
PetscErrorCode  PCDestroy(PC *pc)
Collective on PC

Input Parameter

pc - the preconditioner context

See Also

PCCreate(), PCSetUp()

Level

developer

Location

src/ksp/pc/interface/precon.c

Examples

src/ksp/ksp/tutorials/ex59.c.html

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages