Intrepid2
Public Types | Public Member Functions | Public Attributes | List of all members
Intrepid2::Hierarchical_HVOL_LINE_Functor< ExecutionSpace, OutputScalar, PointScalar, OutputFieldType, InputPointsType > Class Template Reference

Functor for computing values for the LegendreBasis_HVOL_LINE class. More...

#include <Intrepid2_LegendreBasis_HVOL_LINE.hpp>

Public Types

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_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
 

Public Attributes

OutputFieldType output_
 
InputPointsType inputPoints_
 
int polyOrder_
 
int numFields_
 
int numPoints_
 
EOperator op_
 
size_t fad_size_output_
 

Detailed Description

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: