Interpolates y values from one curve to another with a different x distribution. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| Field< Type > | interpolateSplineXY (const scalarField &xNew, const scalarField &xOld, const Field< Type > &yOld) |
| template<class Type > | |
| Type | interpolateSplineXY (const scalar x, const scalarField &xOld, const Field< Type > &yOld) |
Interpolates y values from one curve to another with a different x distribution.
Original source file interpolateSplineXY.H
InNamespace Foam
Uses Catmull-Rom spline interpolation between points.
Definition in file interpolateSplineXY.H.
1.8.11