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

nullspace preconditioner memory overrun #285

Open
iaae opened this issue Feb 12, 2025 · 0 comments
Open

nullspace preconditioner memory overrun #285

iaae opened this issue Feb 12, 2025 · 0 comments

Comments

@iaae
Copy link

iaae commented Feb 12, 2025

I was following the example of the nullspace.cpp demo code and tested the effectiveness on a problem with about 1M equations. It crashed when trying to use components beyond the prm.precond.coarsening.nullspace.B vector (ndim=3, so 6 modes)

prm.precond.coarsening.nullspace.cols = amgcl::coarsening::rigid_body_modes( ndim, coo, prm.precond.coarsening.nullspace.B);

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