*reconcilemasslocation

Reconciles all locations of a mass to actual locations, and synchronizes the ghosts with actual locations.

Syntax

*reconcilemasslocation mark_id

Type

HyperMesh Tcl Modify Command

Description

Reconciles all locations of a mass to actual locations, and synchronizes the ghosts with actual locations. If any ghosts are not synchronized with actual locations, they are lost.

Inputs

mark_id
The ID of the mark containing the masses to reconcile. Valid values are 1 and 2.

Example

To reconcile masses with IDs 10 and 20:

*createmark masses 1 10 20
*reconcilemasslocation 1

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

2017.2