To define a mesh smooth area in the parameter file use the MESH_SMOOTH
command. Each MESH_SMOOTH definition has a name (ID_NAME
parameter) and references a previously defined element group (EL_GROUP
parameter). The name is required in order to subsequently activate the
MESH_SMOOTH definition when specifying the optimization
job (see OPTIMIZE command). The area for the mesh smoothing
is specified by the element group. These two declarations are mandatory.
A typical MESH_SMOOTH command appears as follows:
MESH_SMOOTH
ID_NAME = mesh_smooth_name
EL_GROUP = elem_group_name
...
END_
All other declarations are optional and are used for additional specifications
in the MESH_SMOOTH definition by the user.