FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 "src/OpenFOAM/primitives/Lists/labelList.H"
Include dependency graph for bandCompression.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.