Skip to content

CreateStructure.py: use logical masks instead of iteration #87

@mlp6

Description

@mlp6

A few structure types look for elements that fall within certain spatial criteria by iterating through all of the nodes. This would (probably) be much faster using some logical masks with numpy arrays instead of simple list operations.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions