mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LUscalarMatrix: Updated code layout
This commit is contained in:
@ -67,6 +67,9 @@ class LUscalarMatrix
|
|||||||
//- The pivot indices used in the LU decomposition
|
//- The pivot indices used in the LU decomposition
|
||||||
labelList pivotIndices_;
|
labelList pivotIndices_;
|
||||||
|
|
||||||
|
|
||||||
|
// Private member functions
|
||||||
|
|
||||||
//- Convert the given lduMatrix into this LUscalarMatrix
|
//- Convert the given lduMatrix into this LUscalarMatrix
|
||||||
void convert
|
void convert
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user