|
Intrepid2
|
Functor for computing values for the LegendreBasis_HVOL_TRI class. More...
#include <Intrepid2_LegendreBasis_HVOL_TRI.hpp>
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 70 of file Intrepid2_LegendreBasis_HVOL_TRI.hpp.
1.8.14