NodeEigenvector Command
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
Returns the eigenvector at a specified node. Coming in version 2.2.1.
nodeEigenvector $nodeTag $eigenvector <$dof> |
$nodeTag | integer tag identifying node |
$eigenvector | specific eigenvector at node. |
$dof | specific dof at the node (1 through ndf), (optional) |
NOTE:
If optional $dof is not provided, an array containing eigenvector values for evely dof at the specified node is returned.
EXAMPLE:
set eigenvector511 [nodeEigenvector 5 1 1]; #gives the value of eigenvector that corresponds to mode 1 at node 5 in dof 1
Code Developed by: fmk