Abaqus User Element and Python Script
Hi,
I must use user subrutine UEL in a Python script.
elemType1 = mesh.ElemType(elemCode=???, elemLibrary=???)
p.setElementType(regions=r, elemTypes=(elemType1, ))
what are the elemCode and elemLibrary that i must use????
Thanks for help