Node.fix
From Nemesis
(Difference between revisions)
(→See also) |
|||
| Line 25: | Line 25: | ||
Dofs are assumed to start from 1. | Dofs are assumed to start from 1. | ||
| − | |||
=See also= | =See also= | ||
*[[node]] module. | *[[node]] module. | ||
Revision as of 17:50, 11 January 2007
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)
Parameters
| 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.