Skip navigation links
(CGNS Documentation Home Page) (Steering Committee Charter) (Overview and Entry-Level Document) (A User's Guide to CGNS) (Mid-Level Library) (Standard Interface Data Structures) (SIDS File Mapping Manual) (CGIO User's Guide) (Parallel CGNS User's Guide) (ADF Implementation) (HDF5 Implementation) (Python Implementation) (CGNS Tools and Utilities)

(Brief Description of CGNS) (CGNS Documentation) (CGNS Background) (General CGNS File Mapping Concepts) (Detailed CGNS Node Descriptions) (CGNS File Mapping Figures)


Elements Node

(See Zone_t figure)


Name: ElementRange
Label: IndexRange_t
Data-Type: cgsize_t
Dimensions: 1
Dimension Values:  2
Data: Begin, end
Cardinality: 1

Name: ElementConnectivity
Label: DataArray_t
Data-Type: cgsize_t
Dimensions: 1
Dimension Values:  ElementDataSize
Data: Element connectivity table
Cardinality: 1
Functions: NPE, ElementSize, ElementDataSize

Name: ElementStartOffset
Label: DataArray_t
Data-Type: cgsize_t
Dimensions: 1
Dimension Values:  ElementSize + 1
Data: Element connectivity position table
Cardinality: 0,1
Functions: ElementDataSize

Name: ParentElements
Label: DataArray_t
Data-Type: cgsize_t
Dimensions: 2
Dimension Values:  ElementSize,2
Data: Parent1[ElementSize], Parent2[ElementSize]
Cardinality: 0,1

Name: ParentElementsPosition
Label: DataArray_t
Data-Type: cgsize_t
Dimensions: 2
Dimension Values:  ElementSize,2
Data: SideOfParent1[ElementSize], SideOfParent2[ElementSize]
Cardinality: 0,1

Name: Rind
Label:  Rind_t
See: GridCoordinates_t figure

Name: User defined
Label:  Descriptor_t
See: CGNSBase_t figure

Name: User defined
Label:  UserDefinedData_t
See: CGNSBase_t figure

Notes: