This commit is contained in:
kai
2025-05-31 17:43:38 +02:00
parent 4d1c53596f
commit cacec54846

View File

@@ -156,8 +156,7 @@ Jacobi::Result JacobiMPI::run(const Matrix &init, double epsilon,
nIter++;
std::swap(t0, t1);
if (nIter == 1741) {
if (nIter == 100) {
std::cout << phi[t1] << std::endl;
}
}