Skip to content

Conversation

@1990chs
Copy link
Contributor

@1990chs 1990chs commented Jul 4, 2021

try to improve principal_nodal_stress() API to add nodes option.

"""
# get component stress
nodenum, stress = self.nodal_stress(rnum)
nodenum, stress = self.nodal_stress(rnum,nodes)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
nodenum, stress = self.nodal_stress(rnum,nodes)
nodenum, stress = self.nodal_stress(rnum, nodes)

@akaszynski
Copy link
Collaborator

Nice work! I made two minor whitespace changes, but other than that good job figuring out how to create a branch and submit a PR!

@akaszynski akaszynski merged commit fed3352 into ansys:main Jul 6, 2021
@1990chs
Copy link
Contributor Author

1990chs commented Jul 6, 2021

Nice work! I made two minor whitespace changes, but other than that good job figuring out how to create a branch and submit a PR!

Soory . What does the sentence "but other than that good job figuring out how to create a branch and submit a PR!" mean ?

@akaszynski
Copy link
Collaborator

Thank you for this pull request!

@1990chs
Copy link
Contributor Author

1990chs commented Jul 6, 2021

Very happy to that I can do some contributions to code

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