Go to the documentation of this file.
57 label firstA = labsA[0];
60 if (labsB[i] == firstA)
74 label secondA = labsA[1];
79 if (Bptr == labsB.
size())
85 if (labsB[Bptr] == secondA)
99 Bptr = labsB.
size() - 1;
105 Bptr = labsB.
size() - 2;
110 if (labsB[Bptr] == secondA)
134 if (Aptr >= labsA.
size())
140 if (Bptr >= labsB.
size())
144 if (labsA[Aptr] != labsB[Bptr])
155 if (Aptr >= labsA.
size())
163 Bptr = labsB.
size() - 1;
165 if (labsA[Aptr] != labsB[Bptr])
#define forAll(list, i)
Loop across all elements in list.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
An analytical geometric cellShape.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void size(const label)
Override size to be inconsistent with allocated storage.