petsc-3.10.5 2019-03-28
Report Typos and Errors

PetscFEDestroy

Destroys a PetscFE object

Synopsis

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

Input Parameter

fem -the PetscFE object to destroy

See Also

PetscFEView()

Level

developer

Location

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

Examples

src/dm/field/examples/tutorials/ex1.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex56.c.html
src/snes/examples/tutorials/ex62.c.html
src/snes/examples/tutorials/ex77.c.html
src/ts/examples/tutorials/ex48.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 DM routines
Table of Contents for all manual pages
Index of all manual pages