|
Intrepid2
|
Functor to compute dot product see Intrepid2::RealSpaceTools for more. More...
#include <Intrepid2_RealSpaceToolsDef.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | F_dot (dotArrayViewType dotArray_, inVec1ViewType inVecs1_, inVec2ViewType inVecs2_) |
| KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type iter) const |
Public Attributes | |
| dotArrayViewType | _dotArray |
| const inVec1ViewType | _inVecs1 |
| const inVec2ViewType | _inVecs2 |
Functor to compute dot product see Intrepid2::RealSpaceTools for more.
Definition at line 1217 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 1223 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 1229 of file Intrepid2_RealSpaceToolsDef.hpp.
| dotArrayViewType Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::_dotArray |
Definition at line 1218 of file Intrepid2_RealSpaceToolsDef.hpp.
| const inVec1ViewType Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::_inVecs1 |
Definition at line 1219 of file Intrepid2_RealSpaceToolsDef.hpp.
| const inVec2ViewType Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType >::_inVecs2 |
Definition at line 1220 of file Intrepid2_RealSpaceToolsDef.hpp.