PetscFVCellGeom#
Data structure (C struct) for storing information about cell geometry for a finite volume method.
Synopsis#
typedef struct {
PetscReal centroid[3];
PetscReal volume;
} PetscFVCellGeom;
Note: The components are
See Also#
Level#
beginner
Location#
Index of all FV routines
Table of Contents for all manual pages
Index of all manual pages