Skip to content

Comments

bugfix: element_solid_strain and i_solid_vars#64

Merged
codie3611 merged 1 commit intoopen-lasso-python:developfrom
honzatomek:bugfix/element_solid_strain
Sep 25, 2024
Merged

bugfix: element_solid_strain and i_solid_vars#64
codie3611 merged 1 commit intoopen-lasso-python:developfrom
honzatomek:bugfix/element_solid_strain

Conversation

@honzatomek
Copy link
Contributor

@honzatomek honzatomek commented Sep 23, 2024

Should fix issue #63

The i_solid_vars already contains the element_solid_history_variables therefore it is wrong to increment it again. The solid true strain data (element_solid_plastic_strain_tensor, element_solid_thermal_strain_tensor and element_solid_strain) are contained in element_solid_history_variables, if present. When element_solid_strain is requested, it is at the end of solid element data, therefore also at the end of element_solid_history_variables. The element_solid_history_variables are composed of strain data in the following order: [element_solid_plastic_strain_tensor], [element_solid_thermal_strain_tensor], [element_solid_strain].

image

Copy link
Contributor

@codie3611 codie3611 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gj, feel free to merge.

@honzatomek
Copy link
Contributor Author

Unfortunately I cannot merge as I do not have write access..

@codie3611 codie3611 merged commit 2c1bfa3 into open-lasso-python:develop Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants