Dear Sir/madam,
I'm defining a new element using the subroutine ELMTnn ( d,... ), however, which is different from the usual element, as there is no need to call the material subroutine. This element has some attributions which can be discribed by the first argument of ElMTnn( ): d.
So I'm posting to ask if this array d(*) can be assigned by command:
MATErial, 1
USER 2
d1, d2, d3, d4, ..., dn
to pass d1, d2, ..., dn to array d(*) as its components.
If this way can not achieve my target, would you please tell me the right way to implement it?
Thank you very much!