pressio icon indicating copy to clipboard operation
pressio copied to clipboard

linear solvers: future todos

Open fnrizzi opened this issue 8 months ago • 1 comments

  • need to document that for iterative solvers we also have knobs for setting params

  • change the solve method to return a "status" object with results on convergence, num of iterations, etc. for direct methods, what should this return? for iterative methods, what should this return? gmres works but is very complicated internally, we need to explain all internal logic for how this was done and possibly flag it as experimental

fnrizzi avatar Jun 09 '25 13:06 fnrizzi

this is a follow up on https://github.com/Pressio/pressio-rom/issues/751

fnrizzi avatar Jun 09 '25 13:06 fnrizzi