libMesh
Namespaces | Functions
jacobi_polynomials.h File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 
 libMesh::JacobiPolynomials
 

Functions

Real libMesh::JacobiPolynomials::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 libMesh::JacobiPolynomials::deriv (unsigned n, unsigned alpha, unsigned beta, Real x)