Subroutine GETLAYERS

Returns the number of layers and a list of elements associated with a multilayer shell elements.

Calling convention:

call getlayers(intelem,numlayers,layers)
Arguments Data type Input/Output Description
intelem Integer Call Internal element number.
numlayers Integer Return The number of layers modeled for the element intelement. numlayers is always an odd number.
layers Integer(*) Return A list of the elements that model the layers of element intelem. layers(1) is the internal element number of the bottom layer. The array must be dimensioned to at least numlayers.