37 const GeometricField<Type, pointPatchField, pointMesh>&
field
41 Field<Type> internalField(
field.primitiveField(), pointAddressing_);
44 PtrList<pointPatchField<Type>> patchFields(boundaryAddressing_.size());
47 forAll(boundaryAddressing_, patchi)
49 if (patchFieldDecomposerPtrs_[patchi])
56 field.boundaryField()[boundaryAddressing_[patchi]],
59 *patchFieldDecomposerPtrs_[patchi]
68 new processorPointPatchField<Type>
78 return tmp<GeometricField<Type, pointPatchField, pointMesh>>
80 new GeometricField<Type, pointPatchField, pointMesh>
100 template<
class GeoField>
103 const PtrList<GeoField>&
fields