Node.fix
From Nemesis
(Difference between revisions)
| Line 26: | Line 26: | ||
=See also= | =See also= | ||
| + | =See also= | ||
| + | *[[user guide]]. | ||
| + | *[[node]] module. | ||
| − | [[Category: | + | [[Category:User guide]] |
Revision as of 17:47, 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
See also
- user guide.
- node module.