|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplOperations.h>
Public Member Functions | |
| KOKKOS_FUNCTION | meta_cross (const E1 &u, const E2 &v) |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
| template<typename... Args> | |
| KOKKOS_INLINE_FUNCTION auto | operator() (Args... args) const |
Static Public Attributes | |
| static constexpr unsigned | dim = E1::dim |
Private Attributes | |
| const E1 | u_m |
| const E2 | v_m |
Meta function of cross product. This function is only supported for 3-dimensional vectors.
Definition at line 213 of file IpplOperations.h.
|
inline |
Definition at line 218 of file IpplOperations.h.
|
inline |
Definition at line 235 of file IpplOperations.h.
References ippl::cross(), u_m, and v_m.
|
inline |
Definition at line 225 of file IpplOperations.h.
|
staticconstexpr |
Definition at line 214 of file IpplOperations.h.
|
private |
Definition at line 240 of file IpplOperations.h.
Referenced by meta_cross(), operator()(), and operator[]().
|
private |
Definition at line 241 of file IpplOperations.h.
Referenced by meta_cross(), operator()(), and operator[]().