Hi,
I have mass and stiffness matrices from ansys in HB form and I converted them in Matlab sparse matrix form.
But mass matrix is in terms of Degrees of freedom (DOF) and the total deformation information from transient structural analysis is at each node.
Since my model has 3 dof per node, if total no of nodes is n, my mass matrix in (3*n x 3*n) and deformation vector at specific time is (nx1). I want to get the product of the two. How can I read information in terms of nodes from mass matrix?
Is there any way I can rewrite mass matrix in nodes dimension?
Any help is highly appreciated.
Thanks,
Prachi