

Go to the source code of this file.
Classes | |
| class | cellPointBase< Type > |
| class | cellPointGradBase< Type > |
| class | cellPoint< Type > |
| 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... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::interpolations | |
Typedefs | |
| template<class Type > | |
| using | cellPointBaseOrGradBase = typename std::conditional<(pTraits< Type >::rank > 1), cellPointBase< Type >, cellPointGradBase< Type > >::type |
Original source file cellPoint_interpolation.H
Definition in file cellPoint_interpolation.H.