Interpolation Operator from Gauss-Jacobi points to an arbitrary distribution at points zm.
More...
#include <Intrepid2_Polylib.hpp>
|
template<typename imViewType , typename zgrjViewType , typename zmViewType > |
static KOKKOS_INLINE_FUNCTION void | getMatrix (imViewType im, const zgrjViewType zgrj, const zmViewType zm, const ordinal_type nz, const ordinal_type mz, const double alpha, const double beta) |
|
template<EPolyType polyType>
struct Intrepid2::Polylib::Serial::InterpolationOperator< polyType >
Interpolation Operator from Gauss-Jacobi points to an arbitrary distribution at points zm.
- Computes the one-dimensional interpolation matrix, im, to interpolate a function from at Gauss-Jacobi distribution of nz zeros zgj to an arbitrary distribution of mz points zm, i.e.
Definition at line 433 of file Intrepid2_Polylib.hpp.
The documentation for this struct was generated from the following files: