Go to the documentation of this file.
48 auto& cellZonesField = tcellZonesField.ref();
58 const label celli = cellMap[subCelli];
60 if (!haloCells_.
test(celli))
62 cellZonesField[celli] = subVolField[subCelli];
66 return tcellZonesField;
const labelList & cellMap() const
A class for managing temporary objects.
bool test(const label pos) const
tmp< GeometricField< Type, fvPatchField, volMesh > > mapToZone(const GeometricField< Type, fvPatchField, volMesh > &subVolField) const
const fvMesh & baseMesh() const noexcept
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Generic GeometricField class.