Skip to content

Full Space Injection preconditioner for SNESVI #4233

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

Open
colinjcotter opened this issue Apr 15, 2025 · 2 comments
Open

Full Space Injection preconditioner for SNESVI #4233

colinjcotter opened this issue Apr 15, 2025 · 2 comments

Comments

@colinjcotter
Copy link
Contributor

I have an idea for a preconditioning approach for SNESVIRS, which might be something I would work on in Dartington.
SNESVIRS is the reduced space Newton method for variational inequalities, which works by dealing with an "active set", which is a subset of the full DOF set of variables where the constraint is (currently) a strict inequality rather than equality.
My proposal is to make a Python preconditioner that injects the active set into the full space, then does something to it with a KSP, and then projects back to the reduced space again (by copying over only the active DOFs).
In particular, the KSP could then do a solve using Auxiliary Operator PC.

I'm interested in comments about whether this is:

  1. mathematically sensible,
  2. plausible to implement in Firedrake.
@colinjcotter
Copy link
Contributor Author

colinjcotter commented Apr 15, 2025

People who might be able to comment are:
@wence- , @rckirby , @pbrubeck , @ioannisPApapadopoulos
I'd like to invoke Prof Knepley as well, but cannot.

@pbrubeck
Copy link
Contributor

I don't think that the full space approach is sensible. What about rediscretizing the bilinear form with a DirichletBC with the (iteration-dependent) inactive set?

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

No branches or pull requests

2 participants