We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c5be94 + 874f778 commit 63b30c0Copy full SHA for 63b30c0
PyNite/Analysis.py
@@ -918,7 +918,7 @@ def _partition_D(model):
918
919
D1_indices = [] # A list of the indices for the unknown nodal displacements
920
D2_indices = [] # A list of the indices for the known nodal displacements
921
- D2 = [] # A list of the values of the known nodal displacements (D != None)
+ D2 = [] # A list of the values of the known nodal displacements
922
923
# Create the auxiliary table
924
for node in model.nodes.values():
0 commit comments