Dear Feap team, Dear FEAP users,
Please have a look at the attached screenshot of the programmer manual for feap8.5.
For some tests I changed
s(i,1) = s(i,1) + sig(1,l)*xg
s(i,2) = s(i,2) + sig(2,l)*xg
in a user element to
s(i,1) = s(i,1) + sig(2,l)*xg
s(i,2) = s(i,2) + sig(1,l)*xg
and used "plot stre 2" in the unmodified version. It did not yield the same plot as "plot stre 1" in the modified version. This should yield the same plots, shouldn't it? I guess that there is something wrong with my code. Or are there operations beyond this routine in the feap code which require that the order of the stresses is correct? Actually I wanted to use this routine to plot other stress-related quantities.
Kind regards
crepes