PetscFECreateCellGeometry#
Populates the arrays in a PetscFEGeom for a single reference cell of a PetscFE.
Synopsis#
#include "petscfe.h"
PetscErrorCode PetscFECreateCellGeometry(PetscFE fe, PetscQuadrature quad, PetscFEGeom *cgeom)
Not Collective
Input Parameters#
Output Parameter#
cgeom - the
PetscFEGeompopulated with reference-cell coordinates, Jacobians, inverse Jacobians, and their determinants
Notes#
This does not create cgeom, it allocates the arrays within one
Free the storage with PetscFEDestroyCellGeometry().
See Also#
PetscFE, PetscFEGeom, PetscFEDestroyCellGeometry(), PetscFEGetQuadrature(), DMPlexComputeCellGeometryFEM()
Level#
developer
Location#
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages