Next: User Defined Loads
Up: Format of the neutral
Previous: Gauss Point Results Local
KEY, NUMB, ITYPE, IGROUP, NODAL, NSURF, INTEG
To be written with the format:
FORMAT(1X, I2, 5I5)
or: FORMAT (1X, I2, I10, 4I5) for 10 digit element number format
Where:
| KEY | = | -1 for a data header record |
| -3 for the data set delimiter record which is an otherwise | ||
| blank record inserted at the end of the data set. | ||
| NUMB | = | element number. |
| ITYPE | = | FEMVIEW element type (optional). |
| IGROUP | = | element group number. |
| NODAL | = | 0 |
| NSURF | = | number of surfaces (outer repeat). |
| INTEG | = | number of Gauss points (inner repeat). |
Followed by data continuation records of the form:
KEY, IGPNT, X, Y, Z
To be written with the format:
FORMAT(1X, I2, I5, 3E12.5)
Where:
| KEY | = | -2 for a data continuation record. |
| IGPNT | = | Gauss point number. |
| Z, Y, Z | = | X, Y and Z coordinates of the gauss point. |
Notes:
Femsys Limited