GRASP Python (61)
GRASP Python (61)
For i = 1 To free_count
ws.Cells(i, free_count + 1).Value = F_reduced(i)
Next i
' Clean up
Application.DisplayAlerts = False
ws.Delete
Application.DisplayAlerts = True
For i = 1 To free_count
U(free_dofs(i)) = displacements(i)
Next i
For i = 1 To totalDof
reactions(i) = 0
For j = 1 To totalDof
reactions(i) = reactions(i) + K_global(i, j) * U(j)
Next j
Next i
results = results & "Node " & nodeId & ": ux = " & Format(ux,
"0.000E+00") & " m, " & _
"uy = " & Format(uy, "0.000E+00") & " m, "
& _
P a g e 47 | 62