**sequential_ids#

Description#

This mesher renumbers a mesh sequentially from given start values. The default start node and element is one 1start numbers are available in 8.2+ only.

Syntax#

The command has the following syntax:

**sequential_ids \(~\,\) *node_start st-node \(~\,\) *element_start st-element

Example#

The following example produces the mesh of a cube where the node ids start from 100 and the element ids start from 50.

****mesher
 ***mesh renumber_cube.geof
 **mesh_quad_cube
  *ncut 2
  *size 1
 **sequential_ids
  *node_start 100
  *element_start 50
****return