Translation status
This page has not yet been translated into 简体中文, or its translation is out of date. The current English version is shown as a fallback.
!EGROUP¶
Definition of an element group
1st line
| Parameter | |
|---|---|
EGRP |
Element group name (required) |
GENERATE |
Automatic generation of nodes belonging to the element group (optional) |
INPUT |
External file name (optional) |
| Parameter Name | 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 together with the 2nd and subsequent lines |
2nd and subsequent lines (when GENERATE is not used)
| Variable Name | Attribute | Description |
|---|---|---|
| elemX | I | Element number belonging to the element group |
2nd and subsequent lines (when GENERATE is used)
| Variable Name | Attribute | 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