|
Intrepid2
|
Functor for computing values for the LegendreBasis_HVOL_TRI class. More...
#include <Intrepid2_LegendreBasis_HVOL_TRI.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_HVOL_TRI_Functor (EOperator opType, OutputFieldType output, InputPointsType inputPoints, int polyOrder) | |
| 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_ |
| int | numFields_ |
| int | numPoints_ |
| size_t | fad_size_output_ |
Functor for computing values for the LegendreBasis_HVOL_TRI class.
This functor is not intended for use outside of LegendreBasis_HVOL_TRI.
Definition at line 36 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| using Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::ExecutionSpace = typename DeviceType::execution_space |
Definition at line 38 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| using Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::OutputScratchView = Kokkos::View<OutputScalar*,ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged> > |
Definition at line 40 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| using Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::PointScratchView = Kokkos::View<PointScalar*, ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged> > |
Definition at line 41 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| using Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::ScratchSpace = typename ExecutionSpace::scratch_memory_space |
Definition at line 39 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| using Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::TeamMember = typename TeamPolicy::member_type |
Definition at line 44 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| using Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::TeamPolicy = Kokkos::TeamPolicy<ExecutionSpace> |
Definition at line 43 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
|
inline |
Definition at line 56 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
|
inline |
Definition at line 68 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
|
inline |
Definition at line 126 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| size_t Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::fad_size_output_ |
Definition at line 54 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| InputPointsType Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::inputPoints_ |
Definition at line 49 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| int Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::numFields_ |
Definition at line 52 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| int Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::numPoints_ |
Definition at line 52 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| EOperator Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::opType_ |
Definition at line 46 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| OutputFieldType Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::output_ |
Definition at line 48 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
| int Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::polyOrder_ |
Definition at line 51 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.