+
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user