31 void Foam::distributedWeightedFvPatchFieldMapper::map
34 const Field<Type>& mapF
37 if (singlePatchProc_ == -1)
40 const mapDistributeBase& distMap = *distMapPtr_;
41 Field<Type> newMapF(mapF);
50 distMap.distribute(newMapF, noOp());
75 void Foam::distributedWeightedFvPatchFieldMapper::operator()
88 Foam::distributedWeightedFvPatchFieldMapper::operator()
T & ref() const
Return non-const reference or generate a fatal error.
Pre-declare SubField and related Field type.
virtual const labelListList & addressing() const
virtual const scalarListList & weights() const
A class for managing temporary objects.