Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

principal_nodal_stress #56

Merged
merged 2 commits into from
Jul 6, 2021
Merged

principal_nodal_stress #56

merged 2 commits into from
Jul 6, 2021

Conversation

1990chs
Copy link
Contributor

@1990chs 1990chs commented Jul 4, 2021

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

@@ -2458,7 +2458,7 @@ def principal_nodal_stress(self, rnum):

"""
# 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