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

29 encapsulate arnoldi iteration #36

Closed jhabriel closed 9 months ago

jhabriel commented 10 months ago

This PR encapsulates the Modified Gram-Schmidt Arnoldi block (originally located in pd_gmres) in a separate utility function.

The functionality remains the same, although several improvements in terms of variable naming and logic were performed.