Definition file for FEM orthogonal basis functions of arbitrary degree for H(grad) functions on TRI. More...
Go to the source code of this file.
Functions | |
| static int | Intrepid::idx (int p, int q) |
| file-scope function for indexing from orthogonal expansion indices into linear space p+q = the degree of the polynomial. | |
| template<typename Scalar > | |
| static void | Intrepid::jrc (const Scalar &alpha, const Scalar &beta, const int &n, Scalar &an, Scalar &bn, Scalar &cn) |
| file-scope function for computing the Jacobi recurrence coefficients so that | |
Definition file for FEM orthogonal basis functions of arbitrary degree for H(grad) functions on TRI.
Definition in file Intrepid_HGRAD_TRI_Cn_FEM_ORTHDef.hpp.
1.6.1