Functor for computing values for the LegendreBasis_HVOL_LINE class.
More...
#include <Intrepid2_LegendreBasis_HVOL_LINE.hpp>
|
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_LINE_Functor (OutputFieldType output, InputPointsType inputPoints, int polyOrder, EOperator op) |
|
KOKKOS_INLINE_FUNCTION void | operator() (const TeamMember &teamMember) const |
|
size_t | team_shmem_size (int team_size) const |
|
|
OutputFieldType | output_ |
|
InputPointsType | inputPoints_ |
|
int | polyOrder_ |
|
int | numFields_ |
|
int | numPoints_ |
|
EOperator | op_ |
|
size_t | fad_size_output_ |
|
template<class ExecutionSpace, class OutputScalar, class PointScalar, class OutputFieldType, class InputPointsType>
class Intrepid2::Hierarchical_HVOL_LINE_Functor< ExecutionSpace, OutputScalar, PointScalar, OutputFieldType, InputPointsType >
Functor for computing values for the LegendreBasis_HVOL_LINE class.
This functor is not intended for use outside of LegendreBasis_HVOL_LINE.
Definition at line 74 of file Intrepid2_LegendreBasis_HVOL_LINE.hpp.
The documentation for this class was generated from the following file: