Intrepid2
|
Functor to subtract md arrays see Intrepid2::RealSpaceTools for more. More...
#include <Intrepid2_RealSpaceToolsDef.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | F_subtract (diffArrayViewType diffArray_, inArray1ViewType inArray1_, inArray2ViewType inArray2_) |
KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type i) const |
Public Attributes | |
diffArrayViewType | _diffArray |
const inArray1ViewType | _inArray1 |
const inArray2ViewType | _inArray2 |
Functor to subtract md arrays see Intrepid2::RealSpaceTools for more.
Definition at line 1013 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 1019 of file Intrepid2_RealSpaceToolsDef.hpp.
|
inline |
Definition at line 1025 of file Intrepid2_RealSpaceToolsDef.hpp.
diffArrayViewType Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::_diffArray |
Definition at line 1014 of file Intrepid2_RealSpaceToolsDef.hpp.
const inArray1ViewType Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::_inArray1 |
Definition at line 1015 of file Intrepid2_RealSpaceToolsDef.hpp.
const inArray2ViewType Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >::_inArray2 |
Definition at line 1016 of file Intrepid2_RealSpaceToolsDef.hpp.