libMesh
Loading...
Searching...
No Matches
Namespaces | Functions
jacobi_polynomials.h File Reference

Go to the source code of this file.

Namespaces

namespace  libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 
namespace  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.
 
Real libMesh::JacobiPolynomials::deriv (unsigned n, unsigned alpha, unsigned beta, Real x)