Field of nodal results in an output database. More...
Public Member Functions | |
| def | __init__ (self) |
| Class constructor to instantiate an empty object. More... | |
| def | __init__ (self, n) |
| Class constructor to instantiate an object with reference to a specific node. More... | |
Field of nodal results in an output database.
| def PyMpc.MpcOdbResultFieldNode.__init__ | ( | self | ) |
Class constructor to instantiate an empty object.
| self | The object pointer. |
| def PyMpc.MpcOdbResultFieldNode.__init__ | ( | self, | |
| n | |||
| ) |
Class constructor to instantiate an object with reference to a specific node.
| self | The object pointer. |
| n | Integer. Index of the node on which to query the field of results. |