OpenFOAM-5.x/src/finiteVolume/interpolation
Will Bainbridge c1cb13307b interpolation: Optimise by using particle local coordinates
This change changes the point-tetIndices-face interpolation function
method to take barycentric-tetIndices-face arguments instead. This
function is, at present, only used for interpolating Eulerian data to
Lagrangian particles.

This change prevents an inefficiency in cellPointInterpolation whereby
the position of the particle is calculated from it's barycentric
coordinates, before immediately being converted back to barycentric
coordinates to perform the interpolation.
2017-07-05 14:38:15 +01:00
..
interpolation interpolation: Optimise by using particle local coordinates 2017-07-05 14:38:15 +01:00
mapping/fvFieldMappers src/finiteVolume: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 16:55:03 +00:00
surfaceInterpolation Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
volPointInterpolation Replacing const_cast lookupObject to lookupObjectRef 2017-05-11 14:42:59 +01:00