Main Page Modules Compound List File List File Members
Cell Struct Reference
[Cell Class]
Cell.
More...
#include <Cell.h>
List of all members.
Detailed Description
Cell.
This class keeps the following data:
- global_cell_num : Global cell number in the domain. This number represents the cell index in array cells
- aspect_ratio : Cell aspect ratio, defined as the ratio of maximum to minimum distance, distance is the distance from cell centroid to a face centroid.
- cell_faces : An array of pointers to faces forming the cell.
- face_num : Number of faces forming the cell.
- face_outward_normal_sign : An array containing 0 or 1 corresponding to every face. +1 means that one must multiply the direction normal of this face (stored in Face object) to obtain the outward unit normal relative to this cell. 0 means no sign reversal is needed in order to get the unit outward normal.
- volume : Cell Volume. Currently the library supports volume computation for tetrahedron, triangular prism, prism (quadrilateral base) and hexahedron.
- centroid : Cell centroid.
- on_boundary : Is the cell on boundary? 1 : it is, 0 it is not
The documentation for this struct was generated from the following file:
Generated on Sun Nov 27 23:41:48 2005 by
1.2.18