Thank you for your reply, Prof. Taylor.
I want to use two kinds of material. First, I use user element (and user macro as well) for the concrete and second, I use standard FEAP element for the reinforcement using truss element. Is it possible?
If it is possible, how can I distinguish the concrete and truss element in the user macro file?
Because when I don't expect to calculate the coordinates of the truss, FEAP still calculate them.
So the minimum element size is always zero (since truss element is only 1D).
FEAP version I used is 8.4.
In this case, my user element file works well when I use only one element.
I need to compute the volume element in my approach, so I have to calculate the coordinates first in array mr(np(33)).
However, FEAP calculates the coordinates for truss element as well because I put the calculation in the user macro file.
I just ask how to differentiate the two element in order to avoid the calculation of truss element.
I have used like flag, but it didn't work. Maybe you could give an example to apply this.
Thank you in advance.