Skip to content

Conversation

loliverhennigh
Copy link
Contributor

Contributing Guidelines

Description

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

  • All pytest tests pass

Linting and Code Formatting

Make sure the code follows the project's linting and formatting standards. This project uses Ruff for linting.

To run Ruff, execute the following command from the root of the repository:

ruff check .
  • Ruff passes

@autodesk-chorus
Copy link

Chorus detected one or more security issues with this pull request. See the Checks tab for more details.

As a reminder, please follow the secure code review process as part of the Secure Coding Non-Negotiable requirement.


# Remove indices from BC objects
bc.__dict__.pop("indices", None)
#bc.__dict__.pop("indices", None)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I need to call this multiple times for so cant delete the indices.

#}

# Compute strain
strain = wp.float32(0.0)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This could be an incorrect implementation. It seems very stable and I dont notice too many differences with KBC though.

@mehdiataei
Copy link
Contributor

Thanks @loliverhennigh. We decided to merge the PR as is, and then handle the integration in follow-up PRs, since doing it through comments would be too slow.

@mehdiataei mehdiataei merged commit 9782340 into Autodesk:main Sep 29, 2025
9 of 10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants