1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-03-18 02:06:10 +00:00

small log change for KS

This commit is contained in:
Patrick Oare
2025-08-04 15:43:23 -04:00
parent 9057694895
commit 632f5916c7

View File

@@ -366,6 +366,7 @@ class KrylovSchur {
}
if (doubleOrthog) {
std::cout << GridLogMessage << "Double orthogonalizing." << std::endl;
for (int j = 0; j < basis.size(); j++) {
coeff = innerProduct(basis[j], w); // see if there is any residual component in basis[j] direction
Rayleigh(j, i) += coeff; // if coeff is non-zero, adjust Rayleigh