mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: bandCompression: added comment
This commit is contained in:
@ -26,6 +26,7 @@ Description
|
|||||||
matrix is reduced. The algorithm uses a simple search through the
|
matrix is reduced. The algorithm uses a simple search through the
|
||||||
neighbour list
|
neighbour list
|
||||||
|
|
||||||
|
See http://en.wikipedia.org/wiki/Cuthill-McKee_algorithm
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -46,6 +46,8 @@ namespace Foam
|
|||||||
|
|
||||||
//- Renumbers the addressing to reduce the band of the matrix.
|
//- Renumbers the addressing to reduce the band of the matrix.
|
||||||
// The algorithm uses a simple search through the neighbour list
|
// The algorithm uses a simple search through the neighbour list
|
||||||
|
// Returns the order in which the cells need to be visited (i.e. ordered to
|
||||||
|
// original)
|
||||||
labelList bandCompression(const labelListList& addressing);
|
labelList bandCompression(const labelListList& addressing);
|
||||||
|
|
||||||
} // End namespace Foam
|
} // End namespace Foam
|
||||||
|
|||||||
Reference in New Issue
Block a user