|
MOM6
|
Go to the source code of this file.
Modules | |
| module | plm_functions |
| Piecewise linear reconstruction functions. | |
Functions/Subroutines | |
| subroutine, public | plm_functions::plm_reconstruction (N, h, u, ppoly_E, ppoly_coef, h_neglect) |
| Reconstruction by linear polynomials within each cell. More... | |
| subroutine, public | plm_functions::plm_boundary_extrapolation (N, h, u, ppoly_E, ppoly_coef, h_neglect) |
| Reconstruction by linear polynomials within boundary cells. More... | |
Variables | |
| real, parameter | plm_functions::hneglect_dflt = 1.E-30 |
| Default negligible cell thickness. More... | |