Functions to calculate preconditioners for linear solvers #23055
Unanswered
MetLab-HKUST
asked this question in
General
Replies: 1 comment 1 reply
-
Most "standard" preconditioners like incomplete LU/cholesky rely on having access to the elements of the operator, usually as a sparse array, which are currently still experimental in JAX, so I don't know how feasible it would be to implement something like that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, it is great that JAX has already implemented a few linear solvers, such as jax.scipy.sparse.linalg.bicgstab. However, those solvers can converge faster with a preconditioner, but JAX does not have them. Does anyone know any implementation in JAX, such as 'spilu'? Could the JAX team provide an official version?
The following page shows what is available in FEniCS: https://fenicsproject.org/pub/tutorial/html/._ftut1017.html#ftut:app:solver:prec
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions