Node.fix
From Nemesis
(Difference between revisions)
| Line 5: | Line 5: | ||
node.fix(id,dof) | node.fix(id,dof) | ||
| − | + | where | |
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | ||
|- bgcolor="#CCCCCC" align="center" | |- bgcolor="#CCCCCC" align="center" | ||
Latest revision as of 22:10, 24 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 |
[edit] Syntax
node.fix(id,dof)
where
| Parameter | description | type | default |
|---|---|---|---|
| id | The nodal id | integer | - |
| dof | The dof to be fixed | integer | - |
[edit] Examples
Fix uy of node 1.
node.add( 1, 2)
[edit] Comments
Dofs are assumed to start from 1.
[edit] See also
- node module.
- User guide.