*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

To update the mesh connectivity of equation 1 and 3 using a tolerance of 10:
*createmark equations 1 1 2 3
*equationupdatemeshconnectivity 1 10

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0