**add_l2d2
#
Description#
This command adds l2d2 elements to a mesh. These elements link two given nsets which must have the same size.
Syntax#
**add_l2d2
\(~\,\) *nset1
nset1_name
\(~\,\) *nset2
nset2_name
\(~\,\) [ *elset_name
ele_name ]
where nset1_name* and nset2_name are the names of the two node sets, respectively. ele_name is the name to give to the new elset made up of l2d2 elements.
Example#
****mesher
***mesh
**open twoparts.geof
**add_l2d2
*nset1 y0_5
*nset2 ym0_5
****return