|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplExpressions.h>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| KOKKOS_FUNCTION | Scalar (value_type val) |
| KOKKOS_INLINE_FUNCTION value_type | operator[] (size_t) const |
| template<typename... Args> | |
| KOKKOS_INLINE_FUNCTION auto | operator() (Args...) const |
Static Public Attributes | |
| static constexpr unsigned | dim = 0 |
Private Attributes | |
| value_type | val_m |
Expression for intrinsic data types. They are both regular expressions and field expressions.
Definition at line 61 of file IpplExpressions.h.
| typedef T ippl::detail::Scalar< T >::value_type |
Definition at line 62 of file IpplExpressions.h.
|
inline |
Definition at line 66 of file IpplExpressions.h.
References val_m.
|
inline |
|
inline |
Access the scalar value with single index. This is used for binary operations between Scalar and Vector.
Definition at line 74 of file IpplExpressions.h.
References val_m.
|
staticconstexpr |
Definition at line 63 of file IpplExpressions.h.
|
private |
Definition at line 88 of file IpplExpressions.h.
Referenced by operator()(), operator[](), and Scalar().