|
Global coordinates for all DOFs in the model length unit. The kth column of this matrix contains the coordinates of DOF number k.
|
|
|
For DOFs in an extra dimension product, return the coordinates of each DOF in the extra dimension geometry xdGeomTag. For DOFs that are not located in an extra dimension product containing xdGeomTag, the value NaN is returned.
|
|
|
Same as coords() except that coordinates are given in the geometry length unit. If there is more than one geometry, the coordinates of each DOF are given in the length unit of the geometry of that DOF.
|
|
|
0-based indices into dofNames() for all DOFs.
|
|
|
Global coordinates for all nodes. The nth column of the matrix coords contains the coordinates of node point number n
|
|
|
Same as coords() except that coordinates are given in the geometry length unit.
|
|
|
0-based DOF numbers for all nodes in this geometry. dofs()[k][n] is the DOF number for DOF name dofNames()[k] at node point n. A value of -1 means that there is no DOF with this name at the node. Note: If there is a slit, only one of the DOFs is given for each node point.
|
|
Local coordinates of nodes. The kth column of the matrix localCoords() contains the coordinates of local node point number k.
|
|
|
0-based node point indices for all mesh elements of type type(). nodes()[k][el] is the node point number within geometry geomNum() (see the output xmi.nodes()) for local node point k within mesh element el. A value -1 means that there is no node point at this location.
|
|
|
0-based DOF numbers for all mesh elements of type type(). dofs()[k][el] is the DOF number for local DOF k within mesh element el. A value -1 means that there is no DOF at this location.
|