Hi all,
I am wirting a c++ program to calculate 3D beam elements deflection and stress, like the following picture:
I have defined the stiffness matrix and calculate by the formula [stiffness matrix][d]=[F].
There are 6 dof in each node including 3 deflection and 3 rotation.
My program can...