GiD - The personal pre and post processor

new_structured_connectivities

objarray new_structured_connectivities {<nx> ?<ny>? ?<nz>?} ?<offset_nodes>?

Allocate an array of type int filled with the values representing a matrix of 1, 2 or 3 dimensions for the element’s connectivities of tan structured cartesian mesh of lines, quadrilaterals or hexahedra

<nx> is an integer>0 representing the num of grid nodes in x cartesian direction

<ny> and <nz> are the same, for the y and z cartesian directions respectively

<offset_nodes> is an optional integer number (0 default), to be increased to node ids generated (default node_ids start from 0)

e.g.

set obj [objarray new_structured_connectivities {4 2}] -> 0 1 5 4 1 2 6 5 2 3 7 6

 

COPYRIGHT © 2022 · GID · CIMNE