35 #ifndef quadraticLinearUpwindFitPolynomial_H 36 #define quadraticLinearUpwindFitPolynomial_H 75 coeffs[curIdx++] = weight;
76 coeffs[curIdx++] = weight*d.
x();
77 coeffs[curIdx++] = weight*
sqr(d.
x());
81 coeffs[curIdx++] = weight*d.
y();
82 coeffs[curIdx++] = weight*d.
x()*d.
y();
86 coeffs[curIdx++] = weight*d.
z();
87 coeffs[curIdx++] = weight*d.
x()*d.
z();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static void addCoeffs(scalar *coeffs, const vector &d, const scalar weight, const direction dim)
Quadratic polynomial for upwind biased interpolation fitting.
static label nTerms(const direction dim)