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 .
◆ getMatrix()
template<EPolyType polyType>
template<typename imViewType , typename zgrjViewType , typename zmViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::InterpolationOperator < polyType >::getMatrix
(
imViewType im ,
const zgrjViewType zgrj ,
const zmViewType zm ,
const ordinal_type nz ,
const ordinal_type mz ,
const double alpha ,
const double beta )
static
The documentation for this struct was generated from the following files:
/home/abuild/rpmbuild/BUILD/Trilinos-trilinos-release-14-0-0/packages/intrepid2/src/Shared/Intrepid2_Polylib.hpp
/home/abuild/rpmbuild/BUILD/Trilinos-trilinos-release-14-0-0/packages/intrepid2/src/Shared/Intrepid2_PolylibDef.hpp