*equationupdatemeshconnectivity
Updates MPC equation connectivity.
Syntax
*equationupdatemeshconnectivity mark_id tolerance
Type
HyperMesh Tcl Modify Command
Description
Updates MPC equation connectivity. It updates the independent/dependent nodes to the nearest nodes within the specified tolerance, if the independent/dependent nodes are not connected to any elements.
Inputs
- mark_id
- The mark ID containing the equations. Valid values are 1 and 2.
- tolerance
- The tolerance to use when finding the nearest nodes to connect to.
Example
*createmark equations 1 1 2 3
*equationupdatemeshconnectivity 1 10
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0