Intrepid2
|
Functor to compute matvec see Intrepid2::RealSpaceTools for more. More...
#include <Intrepid2_RealSpaceToolsDef.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | F_matvec (matVecViewType matVecs_, inMatViewType inMats_, inVecViewType inVecs_) |
KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type iter) const |
Public Attributes | |
matVecViewType | _matVecs |
const inMatViewType | _inMats |
const inVecViewType | _inVecs |
Functor to compute matvec see Intrepid2::RealSpaceTools for more.
Definition at line 1286 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 1292 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 1298 of file Intrepid2_RealSpaceToolsDef.hpp.
const inMatViewType Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::_inMats |
Definition at line 1288 of file Intrepid2_RealSpaceToolsDef.hpp.
const inVecViewType Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::_inVecs |
Definition at line 1289 of file Intrepid2_RealSpaceToolsDef.hpp.
matVecViewType Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >::_matVecs |
Definition at line 1287 of file Intrepid2_RealSpaceToolsDef.hpp.