Card 9 - GROUP
This optional card references a group of selected nodes or elements.
Parameters: KODE
, N1
, T1
,
T2
KODE
KODE
is the code GROUP
(or 103)
N1
N1
is the GROUP card ID.
T1
T1
may be:
T1 = DESCRIPTION
(or 3) specifies the name of the GROUP inT2
(or 3)T1 = ELEMENTS
(or 2) specifies that the GROUP contains selected elements.T1 = NODE
(or 1) specifies that the GROUP contains selected nodes.
T2
If T1
is NODE
or ELEMENT
, then
T2
will have the form of Ln
, which references
the LABELLIST card with ID n. LABELLIST Ln
will contain the list of
nodes (if T1
is NODE
) or elements (if
T1
is ELEMENT
) labels.
Code example
GROUP 5 named BOX contains elements 1 through 24, 30, 35, and 40.
GROUP 5 DESCRIPTION BOX
GROUP 5 ELEMENT L29
LABELLIST 29 1 24 1
LABELLIST 29 30 40 5