Compute the Derivative Matrix and its transpose associated with the Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto-Jacobi zeros.
More...
#include <Intrepid2_Polylib.hpp>
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
|
template<> |
KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
|
|
template<typename DViewType , typename zViewType > |
static KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
|
template<EPolyType polyType>
struct Intrepid2::Polylib::Serial::Derivative< polyType >
Compute the Derivative Matrix and its transpose associated with the Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto-Jacobi zeros.
- Compute the derivative matrix D associated with the n_th order Lagrangian interpolants through the np Gauss-Jacobi points z such that
Definition at line 284 of file Intrepid2_Polylib.hpp.
The documentation for this struct was generated from the following file: