All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cubicUpwindFitPolynomial Class Reference

Cubic polynomial for upwind biased interpolation fitting. More...

Static Public Member Functions

static label nTerms (const direction dim)
 
static void addCoeffs (scalar *coeffs, const vector &d, const scalar weight, const direction dim)
 

Detailed Description

Cubic polynomial for upwind biased interpolation fitting.

Can be used with the UpwindFit scheme to create a cubic surface interpolation scheme

Definition at line 48 of file cubicUpwindFitPolynomial.H.

Member Function Documentation

◆ nTerms()

static label nTerms ( const direction  dim)
inlinestatic

Definition at line 54 of file cubicUpwindFitPolynomial.H.

References cubicUpwindFitPolynomial::addCoeffs().

Here is the call graph for this function:

◆ addCoeffs()

static void addCoeffs ( scalar *  coeffs,
const vector d,
const scalar  weight,
const direction  dim 
)
inlinestatic

Definition at line 65 of file cubicUpwindFitPolynomial.H.

References Foam::pow(), Foam::sqr(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().

Referenced by cubicUpwindFitPolynomial::nTerms().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: