*morphsmooth
Applies smoothing to selected domains.
Syntax
*morphsmooth dtype dmark method iter
Type
HyperMesh Tcl Modify Command
Description
Applies smoothing to selected domains.
Inputs
- dtype
 - Domains
 - dmark
 - Domain mark number.
 - method
 - The smoothing method to use:
- 1 - Autodecide
 - 2 - Size corrected
 - 3 - Shape corrected
 - 4 - Angle corrected
 - 5 - QI optimized
 
 - iter
 - Number of iterations of smoothing (methods 1-4 only).
 
Example
*morphsmooth (DOMAINS,1,3,10)
      This command applies the specified smoothing method to the selected domains as a morph. Thus, it can be undone or redone.
Errors
None.