Intrepid2
|
Functor for computing values for the TensorBasis class. More...
#include <Intrepid2_TensorBasis.hpp>
Private Types | |
using | ScratchSpace = typename ExecutionSpace::scratch_memory_space |
using | OutputScratchView = Kokkos::View< OutputScalar *, ScratchSpace, Kokkos::MemoryTraits< Kokkos::Unmanaged >> |
using | TeamPolicy = Kokkos::TeamPolicy< ExecutionSpace > |
using | TeamMember = typename TeamPolicy::member_type |
using | TensorViewIteratorType = ::Intrepid2::TensorViewIterator< OutputFieldType, OutputFieldType, OutputFieldType, OutputScalar > |
using | RankCombinationType = typename TensorViewIteratorType::RankCombinationType |
Functor for computing values for the TensorBasis class.
This functor is not intended for use outside of Intrepid2::Basis_TensorBasis.
Definition at line 163 of file Intrepid2_TensorBasis.hpp.