Go to the source code of this file.
◆ PHYSDERIV_DEF
Value:
(const vec_t *)D0, (const vec_t *)D1, \
(vec_t *)outarray_d0.data(), \
(vec_t *)outarray_d1.data(), Deriv0, Deriv1)
static NEK_FORCE_INLINE void PhysDerivTensor2DKernel(const unsigned int nq0, const unsigned int nq1, const simd_type *in, const simd_type *D0, const simd_type *D1, simd_type *out_d0, simd_type *out_d1, bool Deriv0=true, bool Deriv1=true)
◆ PHYSDERIV_Q
| #define PHYSDERIV_Q |
( |
|
r, |
|
|
|
i |
|
) |
| |
Value:
(const vec_t *)D0, (const vec_t *)D1, \
(vec_t *)outarray_d0.data(), \
(vec_t *)outarray_d1.data(), Deriv0, Deriv1); \
break;