::hwat::utils::FindMaximumPenetration - Finds the maximum penetration.
::hwat::utils::FindMaximumPenetration {Elemlist} {Nodelist}
Elemlist |
A Tcl list of elements of the master assembly. |
Nodelist |
A Tcl list of nodes of the slave assembly. |
A Tcl list containing the node ID of the node with the maximum penetration and the magnitude of the maximum penetration if successful, 0 if unsuccessful.
For example: [list 145 2.234]
::hwat::utils::FindMaximumPenetration [list 1002 1003 … 2002] [list 101 102 .. 509]
Will return 0 if there is no penetration.