|
MOM6
|
Go to the source code of this file.
Modules | |
| module | polynomial_functions |
| Polynomial functions. | |
Functions/Subroutines | |
| real function, public | polynomial_functions::evaluation_polynomial (coeff, ncoef, x) |
| Pointwise evaluation of a polynomial at x. More... | |
| real function, public | polynomial_functions::first_derivative_polynomial (coeff, ncoef, x) |
| Calculates the first derivative of a polynomial evaluated at a point x. More... | |
| real function, public | polynomial_functions::integration_polynomial (xi0, xi1, Coeff, npoly) |
| Exact integration of polynomial of degree npoly. More... | |