|
Intrepid2
|
Functor for computing values for the IntegratedLegendreBasis_HGRAD_TET class. More...
#include <Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp>
Public Types | |
| using | ExecutionSpace = typename DeviceType::execution_space |
| using | ScratchSpace = typename ExecutionSpace::scratch_memory_space |
| using | OutputScratchView = Kokkos::View< OutputScalar *, ScratchSpace, Kokkos::MemoryTraits< Kokkos::Unmanaged > > |
| using | OutputScratchView2D = 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_HGRAD_TET_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,0,1,2} |
| const int | edge_end_ [numEdges] = {1,2,2,3,3,3} |
| const int | face_vertex_0 [numFaces] = {0,0,1,0} |
| const int | face_vertex_1 [numFaces] = {1,1,2,2} |
| const int | face_vertex_2 [numFaces] = {2,3,3,3} |
| const int | face_ordinal_of_first_edge [numFaces] = {0,0,1,2} |
Static Public Attributes | |
| static const int | numVertices = 4 |
| static const int | numEdges = 6 |
| static const int | numFaces = 4 |
Functor for computing values for the IntegratedLegendreBasis_HGRAD_TET class.
This functor is not intended for use outside of IntegratedLegendreBasis_HGRAD_TET.
Definition at line 37 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::ExecutionSpace = typename DeviceType::execution_space |
Definition at line 39 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::OutputScratchView = Kokkos::View<OutputScalar*,ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged> > |
Definition at line 41 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::OutputScratchView2D = Kokkos::View<OutputScalar**,ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged> > |
Definition at line 42 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::PointScratchView = Kokkos::View<PointScalar*, ScratchSpace,Kokkos::MemoryTraits<Kokkos::Unmanaged> > |
Definition at line 43 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::ScratchSpace = typename ExecutionSpace::scratch_memory_space |
Definition at line 40 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::TeamMember = typename TeamPolicy::member_type |
Definition at line 46 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| using Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::TeamPolicy = Kokkos::TeamPolicy<ExecutionSpace> |
Definition at line 45 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
|
inline |
Definition at line 74 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
|
inline |
Definition at line 87 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
|
inline |
Definition at line 529 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| bool Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::defineVertexFunctions_ |
Definition at line 54 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| const int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::edge_end_[numEdges] = {1,2,2,3,3,3} |
Definition at line 63 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| const int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::edge_start_[numEdges] = {0,1,0,0,1,2} |
Definition at line 62 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| const int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::face_ordinal_of_first_edge[numFaces] = {0,0,1,2} |
Definition at line 72 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| const int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::face_vertex_0[numFaces] = {0,0,1,0} |
Definition at line 66 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| const int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::face_vertex_1[numFaces] = {1,1,2,2} |
Definition at line 67 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| const int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::face_vertex_2[numFaces] = {2,3,3,3} |
Definition at line 68 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| size_t Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::fad_size_output_ |
Definition at line 57 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| InputPointsType Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::inputPoints_ |
Definition at line 51 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
|
static |
Definition at line 60 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
|
static |
Definition at line 65 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::numFields_ |
Definition at line 55 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::numPoints_ |
Definition at line 55 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
|
static |
Definition at line 59 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| EOperator Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::opType_ |
Definition at line 48 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| OutputFieldType Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::output_ |
Definition at line 50 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.
| int Intrepid2::Hierarchical_HGRAD_TET_Functor< DeviceType, OutputScalar, PointScalar, OutputFieldType, InputPointsType >::polyOrder_ |
Definition at line 53 of file Intrepid2_IntegratedLegendreBasis_HGRAD_TET.hpp.