mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-19 02:24:49 -05:00
Correct misunderstanding about row-major vs. column major ordering.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ struct Wells
|
|||||||
* sizes are, respectively,
|
* sizes are, respectively,
|
||||||
*
|
*
|
||||||
* gpot n*NP
|
* gpot n*NP
|
||||||
* A n²*NP (matrix in row-major (i.e., Fortran) order).
|
* A n²*NP (matrix in column-major (i.e., Fortran) order).
|
||||||
* phasemob n*NP
|
* phasemob n*NP
|
||||||
*
|
*
|
||||||
* in which "n" denotes the number of active fluid phases (and
|
* in which "n" denotes the number of active fluid phases (and
|
||||||
|
|||||||
Reference in New Issue
Block a user