|
Intrepid2
|
Functor to compute vector norm see Intrepid2::RealSpaceTools for more. More...
#include <Intrepid2_RealSpaceToolsDef.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | F_vectorNorm (normArrayViewType normArray_, inVecViewType inVecs_, const ENorm normType_) |
| KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type iter) const |
Public Attributes | |
| normArrayViewType | _normArray |
| inVecViewType | _inVecs |
| const ENorm | _normType |
Functor to compute vector norm see Intrepid2::RealSpaceTools for more.
Definition at line 435 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 441 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 447 of file Intrepid2_RealSpaceToolsDef.hpp.
| inVecViewType Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::_inVecs |
Definition at line 437 of file Intrepid2_RealSpaceToolsDef.hpp.
| normArrayViewType Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::_normArray |
Definition at line 436 of file Intrepid2_RealSpaceToolsDef.hpp.
| const ENorm Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType >::_normType |
Definition at line 438 of file Intrepid2_RealSpaceToolsDef.hpp.