PetscFEDestroyCellGeometry#
Free the arrays inside a PetscFEGeom allocated by PetscFECreateCellGeometry().
Synopsis#
#include "petscfe.h"
PetscErrorCode PetscFEDestroyCellGeometry(PetscFE fe, PetscFEGeom *cgeom)
Not Collective
Input Parameters#
fe - the
PetscFE(unused, kept for API symmetry withPetscFECreateCellGeometry())cgeom - the
PetscFEGeomwhose owned arrays should be freed
See Also#
Level#
developer
Location#
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages