|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplExpressions.h>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
Static Public Attributes | |
| static constexpr unsigned | dim = E::dim |
Basic expression class for BareField, Vector and Scalar. Expression classes need to inherit from this with the CRTP (curiously recursive template pattern) design pattern.
Definition at line 26 of file IpplExpressions.h.
|
inline |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 27 of file IpplExpressions.h.