Defining a set from a list of elements in python script for Abaqus
I have a tuple called E3 containing element numbers, for instance:
(array([ 136, 2593, 3061, 4348], dtype=int64),)
Now, I would like to define the set of these elements.
I have a tuple called E3 containing element numbers, for instance:
(array([ 136, 2593, 3061, 4348], dtype=int64),)
Now, I would like to define the set of these elements.