35 #ifndef biLinearFitPolynomial_H 36 #define biLinearFitPolynomial_H 75 coeffs[curIdx++] = weight;
76 coeffs[curIdx++] = weight*d.
x();
80 coeffs[curIdx++] = weight*d.
y();
81 coeffs[curIdx++] = weight*d.
x()*d.
y();
85 coeffs[curIdx++] = weight*d.
z();
86 coeffs[curIdx++] = weight*d.
x()*d.
z();
static label nTerms(const direction dim)
BiLinear polynomial for interpolation fitting.
static void addCoeffs(scalar *coeffs, const vector &d, const scalar weight, const direction dim)