34inline Field<Type>& bufferedAccumulator<Type>::accumulationBuffer()
36 return (*
this)[nBuffers()];
41inline const Field<Type>& bufferedAccumulator<Type>::accumulationBuffer()
const
52 return averagesTaken_;
59 return bufferOffsets_.
size();
66 return (*
this)[0].size();
73 return bufferOffsets_;
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
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 n)
Older name for setAddressableSize.
label bufferLength() const
const List< label > & bufferOffsets() const
label averagesTaken() const