Intrepid2
Public Member Functions | Static Public Member Functions | List of all members
Intrepid2::Polylib::Serial::Cubature< polyType > Struct Template Reference

Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto zeros and weights. More...

#include <Intrepid2_Polylib.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION void getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta)
 
KOKKOS_INLINE_FUNCTION void getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta)
 
KOKKOS_INLINE_FUNCTION void getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta)
 
KOKKOS_INLINE_FUNCTION void getValues (zViewType z, wViewType w, const ordinal_type np, const double alpha, const double beta)
 

Static Public Member Functions

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)
 

Detailed Description

template<EPolyType polyType>
struct Intrepid2::Polylib::Serial::Cubature< polyType >

Gauss-Jacobi/Gauss-Radau-Jacobi/Gauss-Lobatto zeros and weights.

Definition at line 237 of file Intrepid2_Polylib.hpp.

Member Function Documentation

◆ getValues() [1/4]

KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Cubature< POLYTYPE_GAUSS >::getValues ( zViewType z,
wViewType w,
const ordinal_type np,
const double alpha,
const double beta )

Definition at line 117 of file Intrepid2_PolylibDef.hpp.

◆ getValues() [2/4]

KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Cubature< POLYTYPE_GAUSS_RADAU_LEFT >::getValues ( zViewType z,
wViewType w,
const ordinal_type np,
const double alpha,
const double beta )

Definition at line 141 of file Intrepid2_PolylibDef.hpp.

◆ getValues() [3/4]

KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Cubature< POLYTYPE_GAUSS_RADAU_RIGHT >::getValues ( zViewType z,
wViewType w,
const ordinal_type np,
const double alpha,
const double beta )

Definition at line 176 of file Intrepid2_PolylibDef.hpp.

◆ getValues() [4/4]

KOKKOS_INLINE_FUNCTION void Intrepid2::Polylib::Serial::Cubature< POLYTYPE_GAUSS_LOBATTO >::getValues ( zViewType z,
wViewType w,
const ordinal_type np,
const double alpha,
const double beta )

Definition at line 209 of file Intrepid2_PolylibDef.hpp.


The documentation for this struct was generated from the following file: