We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accessing the elemental data in a huge model takes seconds.
Mainly because all data is collected at once.
Retrieving data should be much more efficient
Open a huge model (ask RenΓ© if you don't have one) Ensure that the model is up-to-date (model.update()) access elemental data of a ply with many elements (ply.elemental_data)
None
The text was updated successfully, but these errors were encountered:
Related: #410
Sorry, something went wrong.
No branches or pull requests
π Before submitting the issue
π Description of the bug
Accessing the elemental data in a huge model takes seconds.
Mainly because all data is collected at once.
β Expected behavior
Retrieving data should be much more efficient
π Steps to reproduce
Open a huge model (ask RenΓ© if you don't have one)
Ensure that the model is up-to-date (model.update())
access elemental data of a ply with many elements (ply.elemental_data)
π Relevant log output
None
The text was updated successfully, but these errors were encountered: