Intrepid2
|
See Intrepid2::Basis_HGRAD_LINE_Cn_FEM_JACOBI. More...
#include <Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | Functor (outputValueViewType outputValues_, inputPointViewType inputPoints_, const ordinal_type order_, const double alpha_, const double beta_, const ordinal_type opDn_=0) |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type iter) const |
Public Attributes | |
outputValueViewType | _outputValues |
const inputPointViewType | _inputPoints |
const ordinal_type | _order |
const double | _alpha |
const double | _beta |
const ordinal_type | _opDn |
See Intrepid2::Basis_HGRAD_LINE_Cn_FEM_JACOBI.
Definition at line 174 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
|
inline |
Definition at line 182 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
|
inline |
Definition at line 192 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
const double Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM_JACOBI::Functor< outputValueViewType, inputPointViewType, opType, numPtsEval >::_alpha |
Definition at line 178 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
const double Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM_JACOBI::Functor< outputValueViewType, inputPointViewType, opType, numPtsEval >::_beta |
Definition at line 178 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
const inputPointViewType Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM_JACOBI::Functor< outputValueViewType, inputPointViewType, opType, numPtsEval >::_inputPoints |
Definition at line 176 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
const ordinal_type Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM_JACOBI::Functor< outputValueViewType, inputPointViewType, opType, numPtsEval >::_opDn |
Definition at line 179 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
const ordinal_type Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM_JACOBI::Functor< outputValueViewType, inputPointViewType, opType, numPtsEval >::_order |
Definition at line 177 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.
outputValueViewType Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM_JACOBI::Functor< outputValueViewType, inputPointViewType, opType, numPtsEval >::_outputValues |
Definition at line 175 of file Intrepid2_HGRAD_LINE_Cn_FEM_JACOBI.hpp.