#include <InterpolationCoefficients.h>
|
| constexpr void | calculatePPP (const real *const f, const real omega) |
| |
| constexpr void | calculateMPP (const real *const f, const real omega) |
| |
| constexpr void | calculatePMP (const real *const f, const real omega) |
| |
| constexpr void | calculateMMP (const real *const f, const real omega) |
| |
| constexpr void | calculatePPM (const real *const f, const real omega) |
| |
| constexpr void | calculateMPM (const real *const f, const real omega) |
| |
| constexpr void | calculatePMM (const real *const f, const real omega) |
| |
| constexpr void | calculateMMM (const real *const f, const real omega) |
| |
| constexpr void | calculateCoefficients (InterpolationCoefficients &coefficients, real xoff, real yoff, real zoff) const |
| |
◆ calculateCoefficients()
- Calculate coefficients for the polynomial interpolation of the pressure
- Extrapolation for refinement in to the wall (polynomial coefficients)
Definition at line 191 of file InterpolationCoefficients.h.
◆ calculateMMM()
◆ calculateMMP()
◆ calculateMPM()
◆ calculateMPP()
◆ calculatePMM()
◆ calculatePMP()
◆ calculatePPM()
◆ calculatePPP()
The documentation for this class was generated from the following file: