nodeEigenvector#
- Model.nodeEigenvector(tag, dof=None)#
Return the eigenvector at a node following a call to
Model.eigen()
.- Parameters:
tag (integer) – The tag of a Node at which the eigenvector is desired.
dof (integer) – The degree of freedom at which the eigenvector is desired.
- Returns:
A list containing the eigenvector at the node.