Intrepid2
|
Functor for computing values for the IntegratedLegendreBasis_HGRAD_TRI class. More...
#include <Intrepid2_IntegratedLegendreBasis_HGRAD_TRI.hpp>
Public Member Functions | |
Hierarchical_HGRAD_TRI_Functor (EOperator opType, OutputFieldType output, InputPointsType inputPoints, int polyOrder, bool defineVertexFunctions) | |
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_ |
bool | defineVertexFunctions_ |
int | numFields_ |
int | numPoints_ |
size_t | fad_size_output_ |
const int | edge_start_ [numEdges] = {0,1,0} |
const int | edge_end_ [numEdges] = {1,2,2} |
Static Public Attributes | |
static const int | numVertices = 3 |
static const int | numEdges = 3 |
Functor for computing values for the IntegratedLegendreBasis_HGRAD_TRI class.
This functor is not intended for use outside of IntegratedLegendreBasis_HGRAD_TRI.
Definition at line 69 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TRI.hpp.