

Go to the source code of this file.
Classes | |
| class | LeastSquaresGrad< Type, Stencil > |
| Gradient calculated using weighted least-squares on an arbitrary stencil. The stencil type is provided via a template argument and any cell-based stencil is supported: More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fv | |
| Namespace for finite-volume. | |
Macros | |
| #define | makeLeastSquaresGradTypeScheme(SS, STENCIL, TYPE) |
| #define | makeLeastSquaresGradScheme(SS, STENCIL) |
Original source file LeastSquaresGrad.H
Definition in file LeastSquaresGrad.H.
| #define makeLeastSquaresGradTypeScheme | ( | SS, | |
| STENCIL, | |||
| TYPE | |||
| ) |
Definition at line 159 of file LeastSquaresGrad.H.
| #define makeLeastSquaresGradScheme | ( | SS, | |
| STENCIL | |||
| ) |
Definition at line 179 of file LeastSquaresGrad.H.
1.8.11