DATA SET 8: ELEMENT INCIDENCES

Element incidences for NEL elements are needed if KSTR = 0. Usually, a total of NEL records are needed. However, if a group of elements appear in regular pattern, automatic generation is made. Each record contains the following variable and is FREE-FORMATTED.  All variables are specified regardless of problem dimensionality.  For example, for a quadrilateral element in two dimensions, specify IE(MI,1) to IE(MI,4) with positive integers or node numbers and set IE(MI,5) to IE(MI,8) to zero.  This latter set of zeros are required and are used to identify the shape of the element.  Similar rules apply to line elements (two nodes) in one dimension, triangular elements (three nodes) in two dimensions, tetrahedrons (four nodes), pentahedrons (six nodes), and hexahedrons (8 nodes) in three dimensions. NOTE: A line with twelve 0's must be used to signal the end of this data set.

Note that node numbers are entered into the IE(,) array according to the following convention. For one-dimensional problems, the nodes should be numbered consecutively.  Node numbers of quadrilateral and triangular elements should be entered counterclockwisely.  In three dimensions, the first four nodes of a hexahedron start from the front, lower, left corner and progress around the bottom element surface in a counterclockwise direction. The other four nodes begin from the front, upper, left corner and progress around the top element surface in a counterclockwise direction.  Similar convention is used for pentahedrons.  For tetrahedrons, the three nodes at the base of the elements should be entered counterclockwisely first and the top node the last.  For all other positions in array IE(,) that are not used, zero should be entered.


Return to MurfMd home page.
Back to data set 7: Nodal coordinate.
On to data set 9: Material type change.