petsc-3.13.6 2020-09-29
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/ex56.c.html
src/snes/tutorials/ex62.c.html
src/snes/tutorials/ex77.c.html
src/ts/tutorials/ex48.c.html
src/tao/tutorials/ex1.c.html
src/tao/tutorials/ex2.c.html
src/tao/tutorials/ex3.c.html
Implementations
PetscFEDestroy_Basic in src/dm/dt/fe/impls/basic/febasic.c
PetscFEDestroy_Composite in src/dm/dt/fe/impls/composite/fecomposite.c
PetscFEDestroy_OpenCL in src/dm/dt/fe/impls/opencl/feopencl.c
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages