Hello everyone. I am trying to plot load displacement curves for an elasticity problem.
For this I need to extract the non-zero elements of my sparse stiffness matrix. I tried something like system_matrix[I][j] to extract the ij-th entry but it seems this doesn't work for the SparseMatrix.
Can anyone help me with this?
Thanks and regards
Wasim