Node.fix
From Nemesis
The following article describes the use of the node.fix command. This command is used to fix a certain dof of a node.
Contents |
Syntax
node.fix(id,dof)
where
Parameter | description | type | default |
---|---|---|---|
id | The nodal id | integer | - |
dof | The dof to be fixed | integer | - |
Examples
Fix uy of node 1.
node.add( 1, 2)
Comments
Dofs are assumed to start from 1.
See also
- node module.
- User guide.