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. 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.
InNamespace Foam
Definition in file bandCompression.H.
#include "src/OpenFOAM/primitives/Lists/labelList.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
labelList | bandCompression (const labelListList &addressing) |
Renumbers the addressing to reduce the band of the matrix.
|