MOM6
|
Go to the source code of this file.
Modules | |
module | p1m_functions |
Linear interpolation functions. | |
Functions/Subroutines | |
subroutine, public | p1m_functions::p1m_interpolation (N, h, u, ppoly_E, ppoly_coef, h_neglect) |
Linearly interpolate between edge values. More... | |
subroutine, public | p1m_functions::p1m_boundary_extrapolation (N, h, u, ppoly_E, ppoly_coef) |
Interpolation by linear polynomials within boundary cells. More... | |