|
Intrepid2
|
See Intrepid2::Basis_HGRAD_LINE_Cn_FEM. More...
#include <Intrepid2_HGRAD_LINE_Cn_FEM.hpp>
Classes | |
| struct | Functor |
| See Intrepid2::Basis_HGRAD_LINE_Cn_FEM. More... | |
| struct | Serial |
| See Intrepid2::Basis_HGRAD_LINE_Cn_FEM. More... | |
Public Types | |
| typedef struct Line< 2 > | cell_topology_type |
Public Member Functions | |
| template<typename DT , ordinal_type numPtsPerEval, typename outputValueValueType , class ... outputValueProperties, typename inputPointValueType , class ... inputPointProperties, typename vinvValueType , class ... vinvProperties> | |
| void | getValues (const typename DT::execution_space &space, Kokkos::DynRankView< outputValueValueType, outputValueProperties... > outputValues, const Kokkos::DynRankView< inputPointValueType, inputPointProperties... > inputPoints, const Kokkos::DynRankView< vinvValueType, vinvProperties... > vinv, const EOperator operatorType) |
| template<typename DT , typename OT , typename PT > | |
| KOKKOS_INLINE_FUNCTION void | getValues (OutputViewType outputValues, const PointViewType inputPoints, const EOperator operatorType, const typename Kokkos::TeamPolicy< typename DT::execution_space >::member_type &team_member, const typename DT::execution_space::scratch_memory_space &scratchStorage, const ordinal_type subcellDim, const ordinal_type subcellOrdinal) const |
See Intrepid2::Basis_HGRAD_LINE_Cn_FEM.
Definition at line 48 of file Intrepid2_HGRAD_LINE_Cn_FEM.hpp.
| typedef struct Line< 2 > Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM::cell_topology_type |
Definition at line 50 of file Intrepid2_HGRAD_LINE_Cn_FEM.hpp.
| void Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM::getValues | ( | const typename DT::execution_space & | space, |
| Kokkos::DynRankView< outputValueValueType, outputValueProperties... > | outputValues, | ||
| const Kokkos::DynRankView< inputPointValueType, inputPointProperties... > | inputPoints, | ||
| const Kokkos::DynRankView< vinvValueType, vinvProperties... > | vinv, | ||
| const EOperator | operatorType | ||
| ) |
Definition at line 104 of file Intrepid2_HGRAD_LINE_Cn_FEMDef.hpp.
| KOKKOS_INLINE_FUNCTION void Intrepid2::Impl::Basis_HGRAD_LINE_Cn_FEM::getValues | ( | OutputViewType | outputValues, |
| const PointViewType | inputPoints, | ||
| const EOperator | operatorType, | ||
| const typename Kokkos::TeamPolicy< typename DT::execution_space >::member_type & | team_member, | ||
| const typename DT::execution_space::scratch_memory_space & | scratchStorage, | ||
| const ordinal_type | subcellDim, | ||
| const ordinal_type | subcellOrdinal | ||
| ) | const |
Definition at line 344 of file Intrepid2_HGRAD_LINE_Cn_FEMDef.hpp.