47 Info<<
"volPointInterpolation::interpolateInternalField("
48 <<
"const GeometricField<Type, fvPatchField, volMesh>&, "
49 <<
"GeometricField<Type, pointPatchField, pointMesh>&) : "
50 <<
"interpolating field from cells to points"
60 const labelList& ppc = pointCells[pointi];
66 pf[pointi] += pw[pointCelli]*vf[ppc[pointCelli]];
81 Info<<
"volPointInterpolation::interpolate("
82 <<
"const GeometricField<Type, fvPatchField, volMesh>&, "
83 <<
"GeometricField<Type, pointPatchField, pointMesh>&) : "
84 <<
"interpolating field from cells to points"
88 interpolateInternalField(vf, pf);
91 boundaryInterpolator_.interpolate(vf, pf,
false);
111 isType<globalPointPatch>
128 "volPointInterpolate(" + vf.
name() +
')',
138 interpolateInternalField(vf, tpf());
141 boundaryInterpolator_.interpolate(vf, tpf(),
true);
178 "volPointInterpolate(" + vf.
name() +
')',
187 interpolateInternalField(vf, tpf());
188 boundaryInterpolator_.interpolate(vf, tpf(),
false);