-
Notifications
You must be signed in to change notification settings - Fork 22
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
User-defined near null space #80
Comments
Thank you for your kind words and for using the package! Yes, I can have definitely have that be an optional argument with default as |
Perhaps this is not sufficient. In general, the near null space can have several vectors, so |
Came across the same issue. Note that |
Hi! First, let me congratulate you for this package, I have been using it and it performs very well! It's faster than PETSc GAMG in many cases according to my experience.
I am wondering if it is possible to pass a user-defined near null space to the SA-AMG routines. This is important e.g. in linear elasticity and other vector-valued problems.
By looking at this line
AlgebraicMultigrid.jl/src/aggregation.jl
Line 18 in 1714fa4
it looks like the near null space is hardcoded to be a vector of ones. Thus, I guess that the answer to my question is NO at the moment.
I would like to know if somebody is working on this feature. If not, I can try to address it myself and file a PR.
The text was updated successfully, but these errors were encountered: