**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
*meshis the name of the file containing the original mesh.
*elsetsis the list of elsets to reassign (others are ignored). Use the magic word
ALLto reassign them all.
Example#
****mesher
***mesh newmesh2.geo
**open newmesh.geo
**reassign_elsets
*mesh oldmesh.geof
*elsets FIBER MATRIX
****return