nodeEigenvector

nodeEigenvector#

Model.nodeEigenvector(tag, mode[, 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.

mode: integer

Number indentifying the mode of interest.

dof: integer

The degree of freedom at which the eigenvector is desired.

Returns:

A list containing the eigenvector at the node.

Examples#