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

Computational efficiency for surface operations #361

Open
akhanf opened this issue Feb 3, 2025 · 1 comment
Open

Computational efficiency for surface operations #361

akhanf opened this issue Feb 3, 2025 · 1 comment
Assignees
Labels

Comments

@akhanf
Copy link
Member

akhanf commented Feb 3, 2025

The recent (merged and open) PRs with surface processing (#357, #342, and #359) have some computational efficiency issues, e.g. with surface generation now taking on order of minutes, and laplace-beltrami nearly an hour depending on surface complexity, we should revisit this code and try to use libraries (with vtk/c++ backends) instead of processing meshes directly with python/numpy.. pyvista would be the first choice to use since it is already in our envs, but there are likely other options as well..

@akhanf akhanf added the v2.0 label Feb 3, 2025
@Dhananjhay
Copy link
Collaborator

Dhananjhay commented Feb 4, 2025

@mackenziesnyder and I are looking into this.

@Dhananjhay Dhananjhay self-assigned this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants