*slave1()
Creates a slave1 element in HMASCII format.
Syntax
*slave1 (id,type,node1)
Type
HyperMesh HMASCII Command
Description
Creates a slave1 element in HMASCII format.
This must follow *group(). The element will be assigned to the most recent group created using *component().
Nodes must also be defined using *node() before creating an element using those nodes.
Inputs
- id
- The ID of the element.
- type
- The solver specific element type.
- node1
- The ID of the first node.
Example
To create a slave1 element with ID 100, solver type 1 and node 1:
*slave1(100,1,1)
Errors
Incorrect usage results in an import error.