You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
ilu
as the preconditioner while the jax solver is using a simplejacobi
Can we implement an ILU preconditioner for jax solver ?
The text was updated successfully, but these errors were encountered: