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