libMesh
|
Functions | |
Real | value (unsigned n, unsigned alpha, unsigned beta, Real x) |
The Jacobi polynomial value and derivative formulas are based on the corresponding Wikipedia article [0]. More... | |
Real | deriv (unsigned n, unsigned alpha, unsigned beta, Real x) |
The Jacobi polynomial value and derivative formulas are based on the corresponding Wikipedia article [0].
Note that we have shifted the indices used in the recurrence relation, otherwise this is identical to the recurrence relation given in the article. When alpha = beta = 0, the Jacobi polynomials reduce to the Legendre polynomials.
Definition at line 44 of file jacobi_polynomials.h.
References libMesh::Real.
Referenced by deriv().