The bandCompression function renumbers the addressing such that the band of the matrix is reduced. The algorithm uses a simple search through the neighbour list in order of connectivity. (CutHill-McKee algorithm) More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| labelList | bandCompression (const labelListList &addressing) |
| Renumbers the addressing to reduce the band of the matrix. More... | |
| labelList | bandCompression (const labelList &cellCells, const labelList &offsets) |
| Renumber with addressing in losort form (neighbour + start in neighbour) More... | |
The bandCompression function renumbers the addressing such that the band of the matrix is reduced. The algorithm uses a simple search through the neighbour list in order of connectivity. (CutHill-McKee algorithm)
Original source file bandCompression.H
InNamespace Foam
Definition in file bandCompression.H.
1.8.13