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

biLinearFitPolynomial Class Reference

BiLinear polynomial for interpolation fitting. More...

#include <finiteVolume/biLinearFitPolynomial.H>


Detailed Description

BiLinear polynomial for interpolation fitting.

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

Definition at line 49 of file biLinearFitPolynomial.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 55 of file biLinearFitPolynomial.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: