42 const label
n = offsets.size()-1;
46 for (label celli = 0; celli <
n; celli++)
48 const label start = offsets[celli];
49 const label end = offsets[celli+1];
51 for (label i = start; i < end; i++)
53 const label facei = indexToFace[i];
54 vals[i] = faceVals[facei];
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void resize_nocopy(const label len)
Adjust allocated size of list without necessarily.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void size(const label n)
Older name for setAddressableSize.
void map(const UList< Type > &faceVals, List< Type > &vals) const
Helper to convert lower addressing & data into CSR format.
const labelUList & losortStartAddr() const
Return losort start addressing.
const labelUList & losortAddr() const
Return losort addressing.