Smoothing is used to improve quality of 2D mesh by adjusting the locations of element corners (nodes).
To apply smoothing to the elements of your mesh:
In the Modification menu select the Smoothing item or click "Smoothing" button in the toolbar.
The following dialog will appear:
In this dialog:
specify the IDs of the elements which will be smoothed:
choose the Smoothing Method:
Centroidal smoothing pulls a node toward the element-area-weighted centroid of the surrounding elements.
Laplacian method will produce the mesh with the least element edge length. It is also the fastest method. Centroidal smoothing produces a mesh with more uniform element sizes.
See Also a sample TUI Script of a Smoothing operation.