!EGROUP¶
Definition of an element group
First line
| Parameter | |
|---|---|
EGRP | Element group name (required) |
GENERATE | Automatic generation of nodes belonging to the element group (optional) |
INPUT | External file name (optional) |
| Parameter | Value | Description |
|---|---|---|
EGRP | <egrp> | Element group name |
GENERATE | None | Automatic generation of nodes belonging to the element group |
INPUT | <filename> | External file name (optional); may also be used with the second and subsequent lines |
Second and subsequent lines (when GENERATE is not used)
| Variable | Type | Description |
|---|---|---|
| elemX | I | Element number belonging to the element group |
Second and subsequent lines (when GENERATE is used)
| Variable | Type | Description |
|---|---|---|
| elem1 | I | First element number in the element group |
| elem2 | I | Last element number in the element group |
| elem3 | I | Element number increment (optional; elem3=1 when omitted) |
Notes
- Any number of elements can be entered on one line. Any number of lines can also be inserted until the next option begins.
- The specified elements must be defined before
!EGROUP. - Elements not defined by the
!ELEMENToption are excluded and a warning message is displayed. - If a specified element already exists in the same group, it is ignored and a warning message is displayed.
- All elements belong to the element group named
ALL(generated automatically). - A single group can be defined in multiple separate definitions.
Example