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

labelPairLookup.H File Reference


Detailed Description

Definition in file labelPairLookup.H.

#include "src/OpenFOAM/containers/Lists/FixedList/FixedList.H"
#include "src/OpenFOAM/containers/HashTables/HashTable/HashTable.H"
Include dependency graph for labelPairLookup.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Typedefs

typedef HashTable< label,
FixedList< label, 2 >
, FixedList< label, 2 >::Hash<> >  
labelPairLookup
 A HashTable for two labels to another label. Used for e.g. for face1, face2 to shared edge.