#include "petscfe.h" PetscErrorCode PetscFEGeomGetCellPoint(PetscFEGeom *geom, PetscInt c, PetscInt p, PetscFEGeom *pgeom)
geom | - PetscFEGeom object | |
f | - The face | |
p | - The point |
pgeom | - The cell geometry of face f at point p |
Note: For affine geometries, this only copies to pgeom at point 0. Since we copy pointers into pgeom, nothing needs to be done with it afterwards.