Piecewise-linear interpolation method. Uses volPointInterpolation to create values on the points. Then uses a face-diagonal tetrahedral decomposition to linearly interpolate between the values at the points and at the cell-centres. More...


Public Member Functions | |
| TypeName ("cellPoint") | |
| Runtime type information. More... | |
| virtual autoPtr< interpolation< Type > > | clone () const |
| Clone. More... | |
Piecewise-linear interpolation method. Uses volPointInterpolation to create values on the points. Then uses a face-diagonal tetrahedral decomposition to linearly interpolate between the values at the points and at the cell-centres.
Definition at line 209 of file cellPoint_interpolation.H.
| TypeName | ( | "cellPoint< Type >" | ) |
Runtime type information.
|
inlinevirtual |
Clone.
Reimplemented in cellPointWallModified< Type >.
Definition at line 231 of file cellPoint_interpolation.H.