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

cubicUpwindFitPolynomial Class Reference

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

#include <finiteVolume/cubicUpwindFitPolynomial.H>


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 49 of file cubicUpwindFitPolynomial.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 cubicUpwindFitPolynomial.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: