GRASP Python (59)
GRASP Python (59)
For i = 1 To totalDof
Dim is_fixed As Boolean
is_fixed = False
For j = 1 To num_fixed
If i = fixed_dofs(j) Then
is_fixed = True
Exit For
End If
Next j
P a g e 45 | 62