FreeFOAM The Cross-Platform CFD Toolkit
bandCompression.H File Reference

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...


Detailed Description

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

Source files

Definition in file bandCompression.H.

+ Include dependency graph for bandCompression.H:
+ This graph shows which files directly or indirectly include this file:

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.