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#
Examples#
src/ts/tutorials/ex11_sa.c
src/ts/tutorials/ex18.c
src/ts/tutorials/ex11.c
Index of all FV routines
Table of Contents for all manual pages
Index of all manual pages