Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto zeros and weights.
More...
#include <Intrepid2_Polylib.hpp>
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta) |
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta) |
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta) |
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta) |
|
|
template<typename zViewType , typename wViewType > |
static KOKKOS_INLINE_FUNCTION void | getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta) |
|
template<EPolyType polyType>
struct Intrepid2::Polylib::Serial::Cubature< polyType >
Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto zeros and weights.
- Generate np Gauss Jacobi zeros, z, and weights,w, associated with the Jacobi polynomial
,
- Exact for polynomials of order 2np-1 or less
- Generate np Gauss-Radau-Jacobi zeros, z, and weights,w, associated with the polynomial
.
- Exact for polynomials of order 2np-2 or less
- Generate np Gauss-Lobatto-Jacobi points, z, and weights, w, associated with polynomial
![$ (1-z)(1+z) P^{\alpha+1,\beta+1}_{np-2}(z) $](form_271.png)
- Exact for polynomials of order 2np-3 or less
Definition at line 237 of file Intrepid2_Polylib.hpp.
The documentation for this struct was generated from the following file: