mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-23 18:44:17 +01:00
small log change for KS
This commit is contained in:
@@ -366,6 +366,7 @@ class KrylovSchur {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (doubleOrthog) {
|
if (doubleOrthog) {
|
||||||
|
std::cout << GridLogMessage << "Double orthogonalizing." << std::endl;
|
||||||
for (int j = 0; j < basis.size(); j++) {
|
for (int j = 0; j < basis.size(); j++) {
|
||||||
coeff = innerProduct(basis[j], w); // see if there is any residual component in basis[j] direction
|
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
|
Rayleigh(j, i) += coeff; // if coeff is non-zero, adjust Rayleigh
|
||||||
|
|||||||
Reference in New Issue
Block a user