MOM6
P3M_functions.F90 File Reference

Go to the source code of this file.

Modules

module  p3m_functions
 

Functions/Subroutines

subroutine, public p3m_functions::p3m_interpolation (N, h, u, ppoly_E, ppoly_S, ppoly_coefficients)
 
subroutine p3m_functions::p3m_limiter (N, h, u, ppoly_E, ppoly_S, ppoly_coefficients)
 
subroutine, public p3m_functions::p3m_boundary_extrapolation (N, h, u, ppoly_E, ppoly_S, ppoly_coefficients)
 
subroutine p3m_functions::build_cubic_interpolant (h, k, ppoly_E, ppoly_S, ppoly_coefficients)
 
integer function p3m_functions::is_cubic_monotonic (ppoly_coefficients, k)
 
subroutine p3m_functions::monotonize_cubic (h, u0_l, u0_r, sigma_l, sigma_r, slope, u1_l, u1_r)
 

Variables

real, parameter p3m_functions::h_neglect = 1.E-30