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

A better preconditioner for jax solver #27

Open
SNMS95 opened this issue Sep 6, 2023 · 0 comments
Open

A better preconditioner for jax solver #27

SNMS95 opened this issue Sep 6, 2023 · 0 comments

Comments

@SNMS95
Copy link
Collaborator

SNMS95 commented Sep 6, 2023

  • At the moment, for some BCs (especially in TopOpt), the petsc version converges but the jax_solve does not.
  • From our tests, we understood that this is due to the lack of a good preconditioner. PETSc solver has ilu as the preconditioner while the jax solver is using a simple jacobi

Can we implement an ILU preconditioner for jax solver ?

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

When branches are created from issues, their pull requests are automatically linked.

1 participant