-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Extracted duplicated code of member `FinalizeSolutionStep` and moved it to a new member `FinalizeMaterialResponse`. The latter receives the appropriate strain measure to carry out its task. Also its implementation has been slightly simplified. - Eliminated duplicated code for calculating the Cauchy stress vector. - Applied the rule of zero to class `GeoTrussElement`. - Removed unused aliases. - Removed an unneeded intermediate variable. - Use alias `BaseType` when appropriate. - Unnamed an unused function parameter. - Removed an empty statement. - Removed some unnecessary namespace qualifiers. - Avoid using a local (empty) process info object. Rather use the one that is passed as an argument. This is in line with the code of the StructuralMechanicsApplication.
- Loading branch information
Showing
6 changed files
with
23 additions
and
58 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
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
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
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
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
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