#include "petscdmplex.h" PetscErrorCode DMPlexComputeCellGeometryFEM(DM dm, PetscInt cell, PetscFE fe, PetscReal *v0, PetscReal *J, PetscReal *invJ, PetscReal *detJ)Collective on DM
dm | - the DM | |
cell | - the cell | |
fe | - the finite element containing the quadrature |
v0 | - the translation part of this transform | |
J | - the Jacobian of the transform from the reference element at each quadrature point | |
invJ | - the inverse of the Jacobian at each quadrature point | |
detJ | - the Jacobian determinant at each quadrature point |
Level:advanced
Location:src/dm/impls/plex/plexgeometry.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages