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

PetscFEDestroy

Destroys a PetscFE object

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscFEDestroy(PetscFE *fem)
Collective on fem

Input Parameter

fem - the PetscFE object to destroy

See Also

PetscFEView()

Level

beginner

Location

src/dm/dt/fe/interface/fe.c

Examples

src/dm/impls/plex/tutorials/ex8.c.html
src/dm/field/tutorials/ex1.c.html
src/snes/tutorials/ex12.c.html
src/snes/tutorials/ex17.c.html
src/snes/tutorials/ex56.c.html
src/snes/tutorials/ex62.c.html
src/snes/tutorials/ex77.c.html
src/ts/tutorials/ex45.c.html
src/ts/tutorials/ex46.c.html
src/ts/tutorials/ex48.c.html
src/tao/tutorials/ex1.c.html

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