**reassign_elsets
#
Description#
Reassign the correct name to elsets after a remeshing.
Syntax#
The command has the following syntax:
**reassign_elsets
\(~\,\) *mesh
old_mesh
\(~\,\) *elsets
elset1 … elsetN
*mesh
is the name of the file containing the original mesh.
*elsets
is the list of elsets to reassign (others are ignored). Use the magic word
ALL
to reassign them all.
Example#
****mesher
***mesh newmesh2.geo
**open newmesh.geo
**reassign_elsets
*mesh oldmesh.geof
*elsets FIBER MATRIX
****return