Intrepid2
|
Functor for computing values for the IntegratedLegendreBasis_HGRAD_LINE class. More...
#include <Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp>
Public Types | |
using | ExecutionSpace = typename DeviceType::execution_space |
using | ScratchSpace = typename ExecutionSpace::scratch_memory_space |
using | OutputScratchView = Kokkos::View<OutputScalar*,ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged>> |
using | PointScratchView = Kokkos::View<PointScalar*, ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged>> |
using | TeamPolicy = Kokkos::TeamPolicy<ExecutionSpace> |
using | TeamMember = typename TeamPolicy::member_type |
Public Member Functions | |
Hierarchical_HGRAD_LINE_Functor (EOperator opType, OutputFieldType output, InputPointsType inputPoints, int polyOrder, bool defineVertexFunctions) | |
KOKKOS_INLINE_FUNCTION void | operator() (const TeamMember &teamMember) const |
size_t | team_shmem_size (int team_size) const |
Public Attributes | |
EOperator | opType_ |
OutputFieldType | output_ |
InputPointsType | inputPoints_ |
int | polyOrder_ |
bool | defineVertexFunctions_ |
int | numFields_ |
int | numPoints_ |
size_t | fad_size_output_ |
Functor for computing values for the IntegratedLegendreBasis_HGRAD_LINE class.
This functor is not intended for use outside of IntegratedLegendreBasis_HGRAD_LINE.
Definition at line 69 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
using Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::ExecutionSpace = typename DeviceType::execution_space |
Definition at line 71 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
using Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::OutputScratchView = Kokkos::View<OutputScalar*,ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged>> |
Definition at line 73 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
using Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::PointScratchView = Kokkos::View<PointScalar*, ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged>> |
Definition at line 74 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
using Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::ScratchSpace = typename ExecutionSpace::scratch_memory_space |
Definition at line 72 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
using Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::TeamMember = typename TeamPolicy::member_type |
Definition at line 77 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
using Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::TeamPolicy = Kokkos::TeamPolicy<ExecutionSpace> |
Definition at line 76 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
|
inline |
Definition at line 90 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
|
inline |
Definition at line 103 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
|
inline |
Definition at line 201 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
bool Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::defineVertexFunctions_ |
Definition at line 85 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
size_t Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::fad_size_output_ |
Definition at line 88 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
InputPointsType Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::inputPoints_ |
Definition at line 82 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
int Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::numFields_ |
Definition at line 86 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
int Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::numPoints_ |
Definition at line 86 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
EOperator Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::opType_ |
Definition at line 79 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
OutputFieldType Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::output_ |
Definition at line 81 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.
int Intrepid2::Hierarchical_HGRAD_LINE_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::polyOrder_ |
Definition at line 84 of file Intrepid2_IntegratedLegendreBasis_HGRAD_LINE.hpp.