|
Intrepid2
|
Compute the Derivative Matrix and its transpose associated with the Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto-Jacobi zeros. More...
#include <Intrepid2_Polylib.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
| KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
| KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
| KOKKOS_INLINE_FUNCTION void | getValues (DViewType D, const zViewType z, const ordinal_type np, const double alpha, const double beta) |
Compute the Derivative Matrix and its transpose associated with the Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto-Jacobi zeros.
![$ \frac{du}{dz}(z[i]) = \sum_{j=0}^{np-1} D[i*np+j] u(z[j]) $](form_313.png)
Definition at line 252 of file Intrepid2_Polylib.hpp.
| KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Derivative< POLYTYPE_GAUSS >::getValues | ( | DViewType | D, |
| const zViewType | z, | ||
| const ordinal_type | np, | ||
| const double | alpha, | ||
| const double | beta | ||
| ) |
Definition at line 218 of file Intrepid2_PolylibDef.hpp.
| KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Derivative< POLYTYPE_GAUSS_RADAU_LEFT >::getValues | ( | DViewType | D, |
| const zViewType | z, | ||
| const ordinal_type | np, | ||
| const double | alpha, | ||
| const double | beta | ||
| ) |
Definition at line 253 of file Intrepid2_PolylibDef.hpp.
| KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Derivative< POLYTYPE_GAUSS_RADAU_RIGHT >::getValues | ( | DViewType | D, |
| const zViewType | z, | ||
| const ordinal_type | np, | ||
| const double | alpha, | ||
| const double | beta | ||
| ) |
Definition at line 298 of file Intrepid2_PolylibDef.hpp.
| KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Derivative< POLYTYPE_GAUSS_LOBATTO >::getValues | ( | DViewType | D, |
| const zViewType | z, | ||
| const ordinal_type | np, | ||
| const double | alpha, | ||
| const double | beta | ||
| ) |
Definition at line 341 of file Intrepid2_PolylibDef.hpp.