typo in jacobi method

This commit is contained in:
Francesc Verdugo 2024-09-24 09:59:46 +02:00
parent eae62654d9
commit 8a1e75ddcc

View File

@ -1416,8 +1416,8 @@
"```\n",
"\n",
" a) It is correct.\n",
" c) It is incorrect, but it might provide the right result depending on the MPI implementation.\n",
" b) It is incorrect, and it is guaranteed that it will result in a dead lock.\n",
" b) It is incorrect, but it might provide the right result depending on the MPI implementation.\n",
" c) It is incorrect, and it is guaranteed that it will result in a dead lock.\n",
" d) This implementation does not work when distributing over just a single MPI rank.\n"
]
},