MappedFileFilterField.C File Reference
Include dependency graph for MappedFileFilterField.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::PatchFunction1Types
 

Functions

 defineTypeNameAndDebug (FilterField, 0)
 
static scalar linearWeight (const point &p, const point &p0, const scalar radiusSqr)
 Linear basis function: 1 - (r/r0) More...
 
static scalar quadraticWeight (const point &p, const point &p0, const scalar radiusSqr)
 Quadratic basis function: 1 - (r/r0)^2. More...
 
static autoPtr< indexedOctree< treeDataPoint > > createTree (const pointField &points)
 Construct search tree for points. More...
 

Detailed Description

Original source file MappedFileFilterField.C

Definition in file MappedFileFilterField.C.