*superelementset

Sets the super element flag on a group of nodes.

Syntax

*superelementset mark super_id

Type

HyperMesh Tcl Modify Command

Description

Sets the super element flag on a group of nodes.

Inputs

mark
The ID of the mark containing the nodes which should have their super element ID updated to super ID.
super_id
The super element ID in which the above nodes should be placed.

Example

To set nodes 155, 125, and 159 to super element 0:

*createmark nodes 1 155 125 159
*superelementset 1 0 

Errors

None.