Go to the source code of this file.
|
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) |
|