34 const label
index = offsets_[etype] + sizes_[etype]++;
40 flipMap_[
index] = flip;
51 return elemNames[etype];
69 return (offsets_[etype+1] - offsets_[etype]);
75 return labelRange(offsets_[etype], offsets_[etype+1] - offsets_[etype]);
100 return (!flipMap_.empty() && flipMap_.size() == size());
A 1D vector of objects of type <T> with a fixed length <N>.
const Key & key() const
The key associated with the iterator.
SubList< T > slice(const label pos, label len=-1)
Return SubList slice (non-const access) - no range checking.
void size(const label n)
Older name for setAddressableSize.
bool usesFlipMap() const
True for non-zero flip-map that spans the addresses.
void decrFaceIds(const label off)
Decrease face ids by specified offset value.
const labelList & faceIds() const noexcept
Processor-local face ids of all elements.
const labelList & faceOrder() const noexcept
void incrFaceIds(const label off)
Increase face ids by specified offset value.
elemType
Supported ensight 'Face' element types.
label size() const noexcept
Processor-local size of all elements.
label total() const
The global size of all element types.
const boolList & flipMap() const
Processor-local flip-map of all elements.
const FixedList< label, nTypes > & totals() const
The global sizes for each element type.
label index() const noexcept
The index in a list (0-based)
const labelList & addressing() const noexcept
Element addressing.
Sums a given list of (at least two or more) fields and outputs the result into a new field,...
A range or interval of labels defined by a start and a size.