ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
6 stars 3 forks source link

`solve()` method in `linearsolver.hh` should return if the solving procedure was successful #288

Open tarun-mitruka opened 5 months ago

tarun-mitruka commented 5 months ago

See here for example. The solve() function should return if the solving step has finished successfully or not and must be attributed with [[nodiscard]].

See info() also