typedef struct { PetscReal normal[3]; /* Area-scaled normals */ PetscReal centroid[3]; /* Location of centroid (quadrature point) */ PetscScalar grad[2][3]; /* Face contribution to gradient in left and right cell */ } PetscFVFaceGeom;
Note: The components are
PetscReal normal[3] - Area-scaled normals
PetscReal centroid[3] - Location of centroid (quadrature point)
PetscScalar grad[2][3] - Face contribution to gradient in left and right cell
Level:beginner
Location:src/dm/dt/../../../include/petscfvtypes.h
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages