-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added helper method for unpartitioning displacements
- Loading branch information
Showing
1 changed file
with
34 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76dce59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was duplicate code between
_store_displacements
and_sum_displacements
. It was moved into a helper method_unpartition_disp
. This helper method will be useful for non-linear analyses going forward, as it allows us to easily review global displacements for individual load steps between iterations without saving them to the model until we've reviewed them. For pushover analysis, this allows us to check for unloading of a plastic hinge in a load step. If unloading is detected, we can rerun the load step with different parameters without spoiling the total displacements calculated prior to this load step.