Cells
Synopsis
group Cells {
int ncell_sets; /* number of cell sets */
Cell_Set cell_set[ncell_sets]; /* array of cell sets */
};Description
Cells contains the different Cell_Sets.
Cell_Sets hold all of the cells of one type (Point, Line, Polyline, Tri, Polytri, Quad, Tet, Hex, Pyr, or Prism) within an unstructured mesh. There are as many Cell_Sets as there are different types of cells in the Mesh.
Subobjects
Files
See Also