Functor for computing values for the LegendreBasis_HVOL_TRI class.
More...
#include <Intrepid2_LegendreBasis_HVOL_TRI.hpp>
|
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 |
|
|
| 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 |
|
|
EOperator | opType_ |
|
OutputFieldType | output_ |
|
InputPointsType | inputPoints_ |
|
int | polyOrder_ |
|
int | numFields_ |
|
int | numPoints_ |
|
size_t | fad_size_output_ |
|
template<class DeviceType, class OutputScalar, class PointScalar, class OutputFieldType, class InputPointsType>
class Intrepid2::Hierarchical_HVOL_TRI_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >
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.
The documentation for this class was generated from the following file: