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

Call the functions populateNeighborhood, initializeWeightMatrix and computeSystemMatrix only once in the constructor #13

Open
1 task
erdenbatuhan opened this issue Feb 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@erdenbatuhan
Copy link
Owner

erdenbatuhan commented Feb 14, 2022

The results of the functions populateNeighborhood, initializeWeightMatrix and computeSystemMatrix are always fixed and do not change with the deformation.

populateNeighborhood(faces); // Neighborhood

  • Call the functions only once in the constructor and test the deformation.
@erdenbatuhan erdenbatuhan added the enhancement New feature or request label Feb 14, 2022
@erdenbatuhan erdenbatuhan changed the title Call the functions "populateNeighborhood", "initializeWeightMatrix" and "computeSystemMatrix" only once in the constructor Call the functions populateNeighborhood, initializeWeightMatrix and computeSystemMatrix only once in the constructor Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants