Node.data
From Nemesis
(Difference between revisions)
m |
|||
| Line 2: | Line 2: | ||
=Syntax= | =Syntax= | ||
| − | node. | + | node.data(id) |
=Parameters= | =Parameters= | ||
Revision as of 15:10, 11 January 2007
The following article describes the use of the node.data command. This command is used to obtain nodal data. It returns a python dictionary containing all relevant data.
Contents |
Syntax
node.data(id)
Parameters
| Parameter | description | type | default |
|---|---|---|---|
| id | The nodal id | integer | - |
Examples
Get a dictionary containing nodal data.
node.data(7)
Comments
Dofs here (due to python dictionaries) are assumed to start from 0.