Skip to content
Snippets Groups Projects
Commit f1911657 authored by mattijs's avatar mattijs
Browse files

STYLE: bandCompression: added comment

parent f6c0779f
Branches
Tags
No related merge requests found
......@@ -26,6 +26,7 @@ Description
matrix is reduced. The algorithm uses a simple search through the
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.
// 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);
} // End namespace Foam
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment