FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

quadraticLinearFitPolynomial Class Reference

Quadratic/linear polynomial for interpolation fitting: quadratic normal to the face, linear in the plane of the face for consistency with 2nd-order Gauss. More...

#include <finiteVolume/quadraticLinearFitPolynomial.H>


Detailed Description

Quadratic/linear polynomial for interpolation fitting: quadratic normal to the face, linear in the plane of the face for consistency with 2nd-order Gauss.

Can be used with the CentredFit scheme to create a quadratic surface interpolation scheme

Definition at line 51 of file quadraticLinearFitPolynomial.H.

List of all members.

Static Public Member Functions

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

Member Function Documentation

static label nTerms ( const direction   dim  ) [inline, static]

Definition at line 57 of file quadraticLinearFitPolynomial.H.

static void addCoeffs ( scalar *   coeffs,
const vector &   d,
const scalar   weight,
const direction   dim  
) [inline, static]

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