mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed typo "consistent consistent" -> consistent.
This commit is contained in:
parent
0da66bf45b
commit
99c1b988a7
@ -77,7 +77,7 @@ namespace Opm
|
||||
/// During apply we make sure that the current residual is consistent (i.e.
|
||||
/// each process knows the same value for each index. The we solve
|
||||
/// Ly= d for y and make y consistent again. Last we solve Ux = y and
|
||||
/// make sure that x is consistent consistent.
|
||||
/// make sure that x is consistent.
|
||||
/// In contrast for ParallelRestrictedOverlappingSchwarz we solve (LU)x = d for x
|
||||
/// without forcing consistency between the two steps.
|
||||
/// \tparam Matrix The type of the Matrix.
|
||||
|
Loading…
Reference in New Issue
Block a user