**div_quad
#
Description#
This mesher is used to perform a quadrilateral to triangular transformation for 2D meshes (see also **quad_to_tri).
Syntax#
The command has the following syntax:
**div_quad
[ *elset
elset-name ]
*elset
gives an elset for which the division will be applied. The default elset is
ALL_ELEMENT
.
Note
This mesher does not preserve any sets related to the elsets which are sub-divided.
Example#
The following shows the division take for a ruled mesh.
****mesher
***mesh
**mesh_quad_rectangle
*ncutx 4
*ncuty 4
*sizex 1.
*sizey 1.
**div_quad
****return