nidtec-una / krysbas-dev

A collection of Krylov Subspace-Based Adaptive Solvers (KrySBAS) written in MATLAB
https://krysbas-dev.readthedocs.io
GNU General Public License v3.0
2 stars 1 forks source link

Centralise common sanity checks on input parameters #61

Open jhabriel opened 4 months ago

jhabriel commented 4 months ago

A lot of sanity checks on input parameters are agnostic to the specific solver. We should try to centralise the unit tests in one routine to avoid code duplication.