
Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::PatchFunction1Types |
Functions | |
| defineTypeNameAndDebug (FilterField, 0) | |
| static scalar | linearWeight (const point &p, const point &p0, const scalar radiusSqr) |
| Linear basis function: 1 - (r/r0). | |
| static scalar | quadraticWeight (const point &p, const point &p0, const scalar radiusSqr) |
| Quadratic basis function: 1 - (r/r0)^2. | |
| static autoPtr< indexedOctree< treeDataPoint > > | createTree (const pointField &points) |
| Construct search tree for points. | |
Original source file MappedFileFilterField.C
Definition in file MappedFileFilterField.C.