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

Parallel RBF for large set of nodes #448

Open
hzyhrbeu opened this issue Feb 26, 2024 · 0 comments
Open

Parallel RBF for large set of nodes #448

hzyhrbeu opened this issue Feb 26, 2024 · 0 comments

Comments

@hzyhrbeu
Copy link

I want to use the RBF module in bitpit to achieve mesh morphing. And I modified "/home/hzy/bitpit-bitpit-1.9.0/test/integration_tests/RBF/test_RBF_0004.cpp" and preliminary achieved RBF interpolation of displacement field. But when the number of control points is larger than 10000, the solver is very slow, about 20 min. Can we use MPI paralle to speed up the solving procedure. perhaps split the control points into much small sub sets or just use MPI to solve the large linear algebra system? Does anybody can provide an examples? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant