Its a beam with 3 displacement variables.
I use a linear interpolation function for "u" and Hermit cubic interpolation function for "w" and "fi".
When calculating stiffness matrix I achieve 3 matrices with different dimensions.
2 by 2 matrix for u.
2 by 4 matrix for u*w and u*fi.
4 by 4 Matrix for w*w and fi*w and fi*fi.
and now I need to assemble them. Would you please tell me how to do that or introduce a book which I can reach?
Thanks a million.