I have created quadrilateral meshes using
Code: Select all
op.mesh('quad', etc.
When I try to assign 'PressureIndependMultiYield' materials, the routine crashes and I receive an error message "Restarting kernel..."
Moreover, if I try to assign 'quadUP' elements, I receive the error message "element quadUP is not currently supported in mesh".
Could someone provide guidance as to why this is occurring? I was not able to find any reference regarding limitations in assigning materials and elements to quadrilateral meshes. Or am I missing out on something else? Thank you.