*marksmoothsolids
Applies a simple smoothing algorithm to reposition the interior floating nodes in a mesh of solid elements, attempting to moderate variations in element size and quality.
Syntax
*marksmoothsolids mark iterations
Type
HyperMesh Tcl Modify Command
Description
Applies a simple smoothing algorithm to reposition the interior floating nodes in a mesh of solid elements, attempting to moderate variations in element size and quality.
Inputs
- mark
- The mark of the solid elements.
- iterations
- The number of times to apply the algorithm.
Example
To smooth some elements for 10 iterations:
*createmark(elements,1) 7 8 9 11 12 13 17 54
*marksmoothsolids(1,10)
The *createmark() commmand is required.
Errors
None.